Before submitting a pull request, please make sure the following is done:
- Fork the repository and create your branch from
master
. - If you've fixed a bug or added code that should be tested, add tests!
- Format your code with fmt (
go fmt
). - Optional - ensure the test suite passes (
go test
).