Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/freeformz/go-heroku-example
Hello world Heroku app written in Go
https://github.com/freeformz/go-heroku-example
Last synced: 7 days ago
JSON representation
Hello world Heroku app written in Go
- Host: GitHub
- URL: https://github.com/freeformz/go-heroku-example
- Owner: freeformz
- Created: 2013-02-19T22:00:00.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-06-01T17:54:14.000Z (over 9 years ago)
- Last Synced: 2024-12-24T06:47:38.421Z (11 days ago)
- Language: Go
- Homepage: http://mmcgrana.github.com/2012/09/getting-started-with-go-on-heroku.html
- Size: 153 KB
- Stars: 51
- Watchers: 3
- Forks: 31
- Open Issues: 1
-
Metadata Files:
- Readme: Readme
Awesome Lists containing this project
README
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
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