An open API service indexing awesome lists of open source software.

https://github.com/swisscom/cf-sample-app-go

A sample Go application to deploy to Cloud Foundry which works out of the box.
https://github.com/swisscom/cf-sample-app-go

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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