Skip to content

marcosrmendezthd/go-cloudfoundry-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: vito/heroku-buildpack-go#1

About

Hello world Heroku or Cloud Foundry app written in Go.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%