The Go Starter demonstrates a simple, reusable Go web application.
- Install Go
- Download and extract the starter code from the Bluemix UI into your $GOPATH/src directory
- cd into the app directory
- Run
go run app.go
- Access the running app in a browser at http://localhost:8080