Skip to content
This repository was archived by the owner on Nov 25, 2021. It is now read-only.

Applications used for testing the Go buildpack

Notifications You must be signed in to change notification settings

hybris/go-test-applications

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Go Test Applications

A collection of applications used for testing the Go buildpack

Applications

Name Description
simple-go-application A simple Go application
cf-go-test-app Cloned from https://github.com/combor/cf-test-app

Output Content

All applications support the following REST operations:

URI Description
GET / The health of the application

Building

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

Deploying to Cloud Foundry

Each test application contains a manifest.yml file which allows the built application to be deployed to Cloud Foundry by simply issuing:

cf push

About

Applications used for testing the Go buildpack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages