Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 358 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (9 loc) · 358 Bytes

Contributing

Report issues via Github Issues. The quickest way to resolve issues is to open your own Pull Request.

If you'd like to make changes to this code, submit a Pull Request.

Running Tests

The commands to run tests, vet and lint are:

go test ./...
go vet ./...
golint ./...