Files
go-koans/README.md
Steven Degutis 07fa8883a9 cleanup
2012-03-10 12:58:18 -06:00

24 lines
536 B
Markdown

## 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.
### Install
$ export GOPATH=~/projects/go # and add this to your ~/.profile
$ mkdir -p ~/projects/go/src
$ cd ~/projects/go/src
$ git clone https://sdegutis@github.com/sdegutis/go-koans.git
$ cd go-koans
### Usage
$ go test
### More fun usage
$ brew install https://raw.github.com/sdegutis/fswatch/master/brew_formula/fswatch.rb
$ fswatch . go test