go-tools
https://github.com/dominikh/go-tools
Go
Staticcheck - The advanced Go linter
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Go not yet supported17 Subscribers
Add a CodeTriage badge to go-tools
Help out
- Issues
- staticcheck: detect appending to the same slice in a cycle
- staticcheck: warn about uses of untyped integer literals as time.Duration
- cmd/unused: false positive if usage is guarded by build tag
- Investigate go-critic checks
- staticcheck: warn on type assertions that the std doesn't guarantee
- tool idea: detect exported identifiers that could be unexported given a set of packages
- staticcheck: flag dubious, almost certainly wrong, shadowing
- SA2003: false negatives
- staticcheck: detect `error.Wrap` on `nil` error
- staticcheck: check against converting []byte to string in Printf with string verbs
- Docs
- Go not yet supported