Skip to content

rhcarvalho/gotour-solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages