Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 986 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 986 Bytes

Go Koans

Install Golang

Install

Cloning the repo

mkdir -p $GOPATH/src/github.com/sujithps/

git clone git@github.com:sujithps/go-koans.git

Native Usage

  1. Run go test.
  2. Make the failing tests pass, by replacing these types of __variables__ with real values.

Docker Usage

$ ./docker.sh

Helpful References

Bookmark the spec and the packages listing. You can also run the Go website locally with godoc -http=:8080.

Go support in Vim

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.

Go-Koans support in Emacs

Jacek Wysocki has provided some nice Go Koans helper scripts for Emacs users at exu/go-koans.el