open-consul/vendor/golang.org/x/lint/CONTRIBUTING.md
Matt Keeler 2ab8af4093
Add a test for go routine leaks
This is in its own separate package so that it will be a separate test binary that runs thus isolating the go runtime from other tests and allowing accurate go routine leak checking.

This test would ideally use goleak.VerifyTestMain but that will fail 100% of the time due to some architectural things (blocking queries and net/rpc uncancellability).

This test is not comprehensive. We should enable/exercise more features and more cluster configurations. However its a start.
2020-06-24 17:09:50 -04:00

412 B

Contributing to Golint

Before filing an issue:

Are you having trouble building golint?

Check you have the latest version of its dependencies. Run

go get -u golang.org/x/lint/golint

If you still have problems, consider searching for existing issues before filing a new issue.

Before sending a pull request:

Have you understood the purpose of golint? Make sure to carefully read README.