Here are my solutions for the Go Tour exercises.
Comments are welcome.
Before looking at solutions, mine or elsewhere, try hard to solve the exercises on your own!
To download and install locally, use the go get
command.
$ mkdir /tmp/go-workspace
$ export GOPATH=/tmp/go-workspace
$ cd $GOPATH
$ go get -v github.com/rhcarvalho/gotour-solutions/...