Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

example-go

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.