This sample app responds to HTTP requests against / with "Hello, World".
To create the app, perform the following:
cd example-go
apc app create example-go-app
Next, start the app as follows:
apc app start example-go-app
Navigate to the URL provided from the app staging process to view the output page.