Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 481 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 481 Bytes

Golang Bolerplate

It's minimal golang bolerplate project with Docker scripts.

Getting start

Clone the repo:

$ git clone git@github.com: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

License

MIT License, please see LICENSE for details.