A Tour of Go is an introduction to the Go programming language. (Official) + A bunch of Grab Go Challenges (Grab)
- go get github.com/myteksi/tour
- cd $GOPATH/src/github.com/myteksi/tour/gotour
- go install
- ./$GOPATH/bin/gotour
- to restart the challenges without cache: ./$GOPATH/bin/gotour -http=127.0.0.1:xxxx (change xxxx to a different port than 3999)