Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jhsu/godemoapp


https://github.com/jhsu/godemoapp

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        

# Testing go app on heroku

Using [heroku-buildpack-go](https://github.com/kr/heroku-buildpack-go).

```bash
heroku create --buildpack git://github.com/kr/heroku-buildpack-go.git
git push heroku master
```