Skip to content

freeformz/go-heroku-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a sample hello world Go app to illustrate what you'd get by
following the guide at
https://mmcgrana.github.com/2012/09/getting-started-with-go-on-heroku.html
Additionally, there are extra packages to illustrate a Go app that
contains more than one package and more than one command.

You can deploy it to heroku with the following commands:

$ go get github.com/freeformz/go-heroku-example/...
$ cd $GOPATH/src/github.com/freeformz/go-heroku-example
$ heroku create -b https://github.com/heroku/heroku-buildpack-go.git
$ git push heroku master
$ heroku open

Releases

No releases published

Packages

No packages published

Languages