Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 364 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 364 Bytes

go-simple-web

Very simple Cloud Foundry hello world example written using golang

If you just want push this application you can simply git clone.

If you wish to modify and play with the code, you must install the godep utility

go get github.com/tools/godep

and run godep save before you do your cf push.