- Install Go:
brew install go
- Install Fresh for live-reload:
go get github.com/pilu/fresh
- Install Foreman:
brew install foreman
- Create database:
createdb segment-go-test
- Run:
fresh
The recommended way to manage Go package dependencies on Heroku is with Godep, which helps build applications reproducibly.
- Install Godep: go get github.com/kr/godep
- Save dependencies:
godep save
Copyright 2015 Lawn Chair Studios. All rights reserved.
Licensed MIT.