go 1.9 源码

时间:2020-10-08 15:44:27
【文件属性】:
文件名称:go 1.9 源码
文件大小:15.62MB
文件格式:GZ
更新时间:2020-10-08 15:44:27
go 1.9 源代码 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. Installed commands in /home/you/go/bin. *** You need to add /home/you/go/bin to your $PATH. *** where the details on the last few lines reflect the operating system, architecture, and root directory used during the install. For more information about ways to control the build, see the discussion of environment variables below. all.bash (or all.bat) runs important tests for Go, which can take more time than simply building Go. If you do not want to run the test suite use make.bash (or make.bat) instead.

网友评论