# CF Sample App Go A sample [Go](https://golang.org/) application to deploy to Cloud Foundry which works out of the box. ## Run locally 1. Install [Go](https://golang.org/doc/install) 1. Run `go run main.go` 1. Visit ## Run in the cloud 1. Run `cf push my-go-app -m 128M --random-route` 1. Visit the given URL