go 1.9 源代码 学习 Install Go To build the Go distribution, run $ cd src $ ./all.bash (To build under Windows use all.bat.) If all goes well, it will finish by printing output like: ALL TESTS PASSED --- Installed Go for linux/amd64 in /home/you/go. Insta
Chapter 1, Developer Environment for Go, covers a list of topics and concepts required to start working with Go and rest of the book. Some of these topics include Docker and testing in Go. Chapter 2, Understanding Goroutines, introduces the topic of