Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 340 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (5 loc) · 340 Bytes

Contributing

Contributions are welcome! Fork this repo and add your changes and submit a PR.

If you would like to fix a bug, add a feature or provide feedback you can do so in the issues section.

You can run tests by runnning go test. Running go test; go vet; golint is recommended.

durafmt is also tested against gometalinter.