Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 339 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 339 Bytes

CF Sample App Go

A sample Go application to deploy to Cloud Foundry which works out of the box.

Run locally

  1. Install Go
  2. Run go run main.go
  3. Visit http://localhost:8080

Run in the cloud

  1. Run cf push my-go-app -m 128M --random-route
  2. Visit the given URL