Should be set to your workspace directory
$ export GOPATH=~/Projects
$ export PATH=$PATH:~/Projects/bin
$ ~/Projects/src/go-template
Needed to install godep
$ brew install mercurial
$ go get github.com/tools/godep
$ godep restore
$ go install $GOPATH/bin/go-template
-
Make sure we have buildback (requires heroku toolbelt)
$ heroku config:set BUILDPACK_URL=https://github.com/kr/heroku-buildpack-go.git
-
Procfile The name of the binary that heroku should launch. This will be name of the folder that the app is in. web: go-template
-
Make sure that Godeps/Godeps.json "ImportPath" is set to : "go-template"