Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 464 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 464 Bytes

gotour-solutions

Here are my solutions for the Go Tour exercises.

Comments are welcome.

warning

Before looking at solutions, mine or elsewhere, try hard to solve the exercises on your own!

get the code

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/...