Google builds a browser-based interactive go programming guide-Go tour on golang.org and appspot to facilitate golang learning. however, since the network environment with Chinese characteristics cannot be normally accessed, so decided to build a go tour.
Preparations:
Export gopath = $ home/golang
Download related content (http://gopm.io is recommended for download)
[The reason for not using "Go install code.google.com/p/go-tour/gotour" is that the network environment and Hg are not installed.]
Go-Tour: code.google.com/p/go-tour/gotour
Go. Tools: code.google.com/p/go.tools (dependency)
Go.net: code.google.com/p/go.net (dependency)
Decompress go-tour, go. tools, and go.net (rename required) and place them under gopath/src. Then jump to gopath/src/code.google.com/p/go-tour/gotourrun go build to generate the execution file.
Others:
Go-Tour: https://bitbucket.org/mikespook/go-tour-zh
Go-tour source read: http://www.cnblogs.com/yjf512/archive/2012/12/13/2816480.html
Build go tour (go Guide)