Install and start your first go app:
brew update
brew install go
mkdir -p $HOME/go
export GOPATH=$HOME/go
go get "github.com/jasondelponte/golib/config"
cd $HOME
gem install gokart
rbenv rehash
gokart gotest
cd gotest
echo "
gem 'json', '~> 1.7.7'" >> Gemfile
bundle
rake app:startdebug
Open the debug website:
open http://localhost:8080
To see what rake tasks are available:
rake --tasks
Start here for a tutorial: http://golang.org/doc/articles/wiki/
Other interesting sites:
https://github.com/jasondelponte/golib/
https://jasondelponte.com/goapps/gokart/presentation/show