/golang-cf-app

Very basic golang based web app for Cloud Foundry

Primary LanguageGoMIT LicenseMIT

Golang Web App for CF

A very basic web application that is Cloud Foundry service binding aware. This app is primarily for testing out functionality in CF and is faster to deploy than an equivalent Java application.

Usage

$ GOOS=linux GOARCH=amd64 go build .
$ cf push