Pull requests and bug reports are appreciated.
- If you want to contribute a major feature or change, please open an issue to discuss first.
- Please run
go fmt
on your code - Check that
go tool vet ./
produces no warnings when run from the directory where you made changes. - Write a test for any non-trivial changes.
- Make sure all the tests pass.