Make sure your code has been linted using golangci-lint
$ golangci-lint run
If you want to submit a bug fix or new feature, make sure that all tests are passing.
$ go test ./...
Make sure your code has been linted using golangci-lint
$ golangci-lint run
If you want to submit a bug fix or new feature, make sure that all tests are passing.
$ go test ./...