- Distributed Computing with Go
- V.N. Nikhil Anurag
- 123字
- 2021-06-24 18:36:09
Summary
In this chapter, we started by looking at the fundamental setup for running Go projects successfully. Then we looked at how to install dependencies for our Go projects and how to structure our project. We also looked at the important concepts behind Containers, what problems they solve, and how we will be using them in the book along with an example. Next, we looked at how to write tests in Go, and along the way, we learned a few interesting concepts when dealing with a variadic function and other useful test functions.
In the next chapter, we will start looking at one of the core fundamentals of Go programming—goroutines and the important details to keep in mind when using them.
推薦閱讀
- Linux設備驅動開發詳解(第2版)
- Hands-On DevOps with Vagrant
- 白話區塊鏈
- VMware NSX Cookbook
- 細說Linux基礎知識
- 注冊表應用完全DIY
- 計算機系統:基于x86+Linux平臺
- OpenStack系統架構設計實戰
- Social Data Visualization with HTML5 and JavaScript
- RHCSARHCE 紅帽Linux認證學習指南(第7版)EX200 & EX300
- CentOS 6 Linux Server Cookbook
- Linux網絡操作系統項目教程(RHEL 7.4/CentOS 7.4)(第3版)(微課版)
- Linux系統管理初學者指南:基于CentOS 7.6
- Implementing Domain-Specific Languages with Xtext and Xtend(Second Edition)
- 用“芯”探核:基于龍芯的Linux內核探索解析