A Tour of Go is an introduction to the Go programming language. Visit https://tour.golang.org to start the tour.
To install the tour from source, first set up a workspace and then run:
$ go get github.com/sathyatvrcbe/tour
This will place a tour binary in your workspace's bin directory, which
can be run offline.