A collection of applications used for testing the Go buildpack
| Name | Description |
|---|---|
simple-go-application |
A simple Go application |
cf-go-test-app |
Cloned from https://github.com/combor/cf-test-app |
All applications support the following REST operations:
| URI | Description |
|---|---|
GET / |
The health of the application |
Before building the project, the following tools must be installed:
To build the project, navigate to the app directory and run the following:
$ go build app.go
$ ./app
Each test application contains a manifest.yml file which allows the built application to be deployed to Cloud Foundry by simply issuing:
cf push