It's minimal golang bolerplate project with Docker scripts.
Clone the repo:
$ git clone [email protected]:vvelikodny/golang-starter-kit.git $GOPATH/github.com/<username>/<project>
$ cd $GOPATH/github.com/<username>/<project>
Build:
make
Run Docker container with application:
make docker-run
MIT License, please see LICENSE for details.