2ab8af4093
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.
412 B
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
.