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
- Multiple opportunities missed with a shadowed map variable. (shadowed variable, unused map writes, constant len(nil map))
- Recommend replacing `rx.FindIndex(b) != nil` with `rx.Match(b)`
- SA5008: check for missing closing quote
- quickfix: go1.22 suggest range over int
- fix: close cpu profile
- staticcheck: add check for modifying return variables within deferred function/statement
- staticcheck: flag recursive closure that never gets used
- SA4006/SA4017: false positive in infinite loop
- aggressive: []byte from netip.Addr.AsSlice should not be printed with %s
- False SA6000 when regex inside switch inside range
- Docs
- Go not yet supported