Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 622 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 622 Bytes

Hello World app in Go

This is a simple 'hello world' app based on go standard library.

Setup Go environment

App directory:

$GOPATH/src/github.com/cloudControl/go_hello_world_app 

Run local

$ go build .
$ ./go_hello_world_app

Deploy app via custom buildpack

$ cctrlapp APP_NAME create custom --buildpack https://github.com/cloudControl/buildpack-go
$ cctrlapp APP_NAME/default push --ship