A Go app, which can easily be deployed to Heroku.
This application is written for Stan Coding Challenge.
Make sure you have Go and the Heroku Toolbelt installed.
$ go get -u github.com/armansa/stan-go-test
$ cd $GOPATH/src/github.com/armansa/stan-go-test
$ heroku local
You should also install Godep
$ heroku create
$ git push heroku master
$ heroku open