Develop Go

Develop Go#

Compile Golang from Source#

Get the source:

$ git clone https://github.com/golang/go.git

Compile it:

$ cd go/src
$ ./make.bash  # Without running tests
$ ./all.bash   # Run all tests
评论

如果你有任何意见,请在此评论。 如果你留下了电子邮箱,我可能会通过 回复你。