Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 331 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (11 loc) · 331 Bytes

Contributing

Linting

Make sure your code has been linted using golangci-lint

$ golangci-lint run

Tests

If you want to submit a bug fix or new feature, make sure that all tests are passing.

$ go test ./...