This is a creation in Article, where the information may have evolved or changed.
Google has built a browser-based interactive go Programming Guide-go Tour on golang.org and appspot to facilitate golang learning. But because of the Chinese characteristics of the network environment is not normal access, so decided to set up their own to set up a Go tour.
preparatory work:
export gopath= $HOME/golang
Download the relevant content (recommended to use Http://gopm.io download)
[Do not use "GoInstall code.google.com/p/go-tour/gotour" Reason is the network environment and did not install Hg.]
Go-tour:code.google.com/p/go-tour/gotour
Go.tools:code.google.com/p/go.tools (dependent)
go.net:code.google.com/p/go.net (dependent)
Unzip the Go-tour,go.tools and go.net (need to rename) and put it under GOPATH/SRC, then jump to gopath/src/code.google.com/p/go-tour/gotour run go Build to generate the execution file.
Other:
Chinese version Go-tour:https://bitbucket.org/mikespook/go-tour-zh
Go-tour Source read: http://www.cnblogs.com/yjf512/archive/2012/12/13/2816480.html