ashishmohite / sample_golang_app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 64M --random-route
  2. Visit the given URL

About

License:Other


Languages

Language:Go 100.0%