Skip to content

askedrelic/go-heroku-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a sample hello world Go app to illustrate what you'd get by
following the guide at
http://mmcgrana.github.com/2012/09/getting-started-with-go-on-heroku.html

You can deploy it to heroku with the following commands:

$ git clone https://github.com/kr/go-heroku-example.git
$ cd go-heroku-example
$ heroku create
$ git push heroku master
$ heroku open

Releases

No releases published

Packages

No packages published

Languages