2012-03-29 07:18:56 -05:00
2012-03-17 12:04:10 -05:00
2012-03-16 08:34:26 -05:00
2012-03-16 08:34:26 -05:00
2012-03-17 12:33:13 -05:00
2012-03-17 12:11:22 -05:00
2012-03-17 12:47:22 -05:00
2012-03-28 17:45:34 -05:00

Go Koans

Want to learn Go? Want to do it easily? Want to have fun with it? Want lots of money?

I can't help you out with that last one. Sorry.

Go Setup

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

Since the $GOPATH is useful any time in Go, this is recommended:

$ echo 'export GOPATH=~/my-go-projects' >> ~/.profile

Install the Koans

$ cd $GOPATH/src
$ git clone https://sdegutis@github.com/sdegutis/go-koans.git
$ cd go-koans

References

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

Usage

$ go test

More fun usage

$ brew install --HEAD https://raw.github.com/sdegutis/fswatch/master/brew_formula/fswatch.rb
$ fswatch -f . go test

Benefaxion

Anyway, diggin' it? If so, endorse me:

endorse

Thanks!

Description
No description provided
Readme 92 KiB
Languages
Go 100%