A simple books api hosted on heroku
Make sure you have Go version 1.12 or newer and the Heroku Toolbelt installed.
$ git clone https://github.com/heroku/go-books-api
$ cd go-books-api
$ go build -o bin/go-books-api -v . # or `go build -o bin/go-books-api.exe -v .` in git bash
github.com/mattn/go-colorable
gopkg.in/bluesuncorp/validator.v5
golang.org/x/net/context
github.com/heroku/x/hmetrics
github.com/gin-gonic/gin/render
github.com/manucorporat/sse
github.com/heroku/x/hmetrics/onload
github.com/gin-gonic/gin/binding
github.com/gin-gonic/gin
github.com/heroku/go-books-api
$ heroku localYour app should now be running on localhost:5000.
$ heroku create
$ git push heroku master
$ heroku openor
For more information about using Go on Heroku, see these Dev Center articles:
