Before submitting a pull request, please make sure the following is done...
- Fork the repo and create your branch from the latest
master
. - If you've added code that should be tested, add tests!
- If you've changed APIs, describe what needs to be updated in the documentation.
- Ensure the test suite passes (
go test
). - Make sure your code lints (
go fmt && go vet
).