Skip to content

alphaolomi/go-server

Repository files navigation


Go Server Software License Build Status Commitizen friendly

A barebones Go app, which can easily be deployed to Heroku.

Running Locally

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.

Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku open

Changelog

Please see CHANGELOG for more information what has changed recently.

Testing

$ go test

Contributing

Pull requests are welcome. Please see CONTRIBUTING and CODE_OF_CONDUCT for details.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

License

The Apache 2 License. Please see License File for more information.