A barebones Go app, which can easily be deployed to Heroku.
Make sure you have Go version 1.12 or newer and the Heroku Toolbelt installed.
$ git clone https://github.com/alphaolomi/go-server.git
$ cd go-server
$ go build -o bin/go -v . # or `go build -o bin/go-server.exe -v .` in git bash
$ heroku local
Your app should now be running on localhost:5000.
$ heroku create
$ git push heroku master
$ heroku open
Please see CHANGELOG for more information what has changed recently.
$ go test
Pull requests are welcome. Please see CONTRIBUTING and CODE_OF_CONDUCT for details.
If you discover any security related issues, please email hello@alphaolomi.com instead of using the issue tracker.
- Alpha Olomi hello@alphaolomi.com
- All Contributors
The Apache 2 License. Please see License File for more information.