- Fork it ( https://github.com/szyn/mog )
- Create your feature branch (git checkout -b my-awesome-feature)
- Commit your changes (git commit -am 'Add awesome feature')
- Rebase your local changes against the master branch
- Push to the branch (git push origin my-awesome-feature)
- Run test suite with the
go test $(glide novendor)
command and confirm that it passes - Run
gofmt -s
- Create new Pull Request
- Docker 1.13 or later
$ docker build -t mog-dev .
$ docker run --rm -v ${PWD}:/go/src/github.com/szyn/mog mog-dev