This commit is contained in:
Steven Degutis
2012-03-17 12:59:48 -05:00
parent da85af8f60
commit b5affa8aed

View File

@@ -6,8 +6,8 @@ I can't help you out with that last one. Sorry.
### Go Setup
This part is specific to go, not really the koans. All project directories need
to be under `$GOPATH/src` for `go` to see them and do all it's awesome Go-stuff.
After installing Go, these steps are necessary before any Go project will work. All
project directories need to be under `$GOPATH/src` for the `go` command to be useful.
$ export GOPATH=~/my-go-projects
$ mkdir -p $GOPATH/src