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
- new check: Err from initialization statement not used
- simple: S1008 suggests to remove comments from if()s that are specifically written to make a comment stand out
- Update staticcheck x GitHub action guide
- Detect struct fields that should be local variables
- `net.IP(req.RemoteAddr)` instead of `net.ParseIP(req.RemoteAddr)`
- SA4020 could be slightly more aggressive
- Check U1000 not documented
- S1010: Dereferenced slice pointer hides the issue
- unused linter panics if exported-is-used is set in golangci-lint
- simple: flag unnecessary string length check
- Docs
- Go not yet supported