Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 540 Bytes

File metadata and controls

19 lines (12 loc) · 540 Bytes

Starter App

This is a basic Go web app suitable for deployment on heroku. It uses the heroku-buildpack-go buildpack to compile and deploy on the Cedar stack.

Usage

Clone this app into some directory and remove the git directory.

Local compilation and testing

polarna:my-app zeebo$ GOPATH=`pwd` go get -v app
app
polarna:my-app zeebo$ PORT=9022 bin/app

Your app is now serving requests on http://localhost:9022