Vungle's unified Go SDK for development and continuous integration.
docker run --rm vungle/golang:1 go version
Docker image can be built with:
make build
Then tested with:
make test
We're using Travis-CI to continuously deploying on commits to master branch. Make sure changes
passes make build test
command.
- Integration other go projects in this repo as dependency breakage.