mkdir -p $GOPATH/src/github.com/sujithps/
git clone [email protected]:sujithps/go-koans.git
- Run
go test
. - Make the failing tests pass, by replacing these types of
__variables__
with real values.
$ ./docker.sh
Bookmark the spec and the packages listing.
You can also run the Go website locally with godoc -http=:8080
.
If you have an interest in a more fancy vim setup, I urge you to consider the post on the Go Development Environment for Vim on the Gopher Academy Blog.
Jacek Wysocki has provided some nice Go Koans helper scripts for Emacs users at exu/go-koans.el