github.com/hmalphettes/go-cloudfoundry-example

Hello world Heroku or Cloud Foundry app written in Go.


Install
go get github.com/hmalphettes/go-cloudfoundry-example

Documentation

Example Golang Application for Cloud Foundry V2

Based on Go on Heroku.

Requirements

Usage

cf push --buildpack=git://github.com/hmalphettes/heroku-buildpack-go.git

Differences with the original buildpack

  • 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: https://github.com/vito/heroku-buildpack-go/pull/1