/tut-go

Learning the Go programming language

Primary LanguageGoMIT LicenseMIT

Learning Go

https://golang.org/doc/

To compile, you need to set the GOPATH environment variable. For example, in .bash_profile:

export GOPATH=$HOME/Workspace/tut-go