Based on Go on Heroku.
- A Cloud Foundry account targetting run.pivotal.io or another Cloud Foundry v2 account.
- The cf gem to deploy apps on CF v2: http://docs.cloudfoundry.com/docs/dotcom/getting-started.html
cf push --buildpack=git://github.com/hmalphettes/heroku-buildpack-go.git
- Some bits and pieces related to python were removed.
- The '.godir' file is named '_godir': cf will omit to upload files that start with '.' by default.
Follow the PR here as we improve things: vito/heroku-buildpack-go#1