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: flag unexported fields with tags for popular encodings (json, yaml, toml, etc.)
- Publish our own SonarQube plugin
- quickfix: Group const declarations by type
- Be more consistent about our use of `/internal/`
- simple: recommend strings.Cut
- Optimize on-disk format of cached facts
- `lintcmd.severity` vs `lint.Severity`
- Document how to add your own analysers to Staticcheck, possibly make it easier
- Publish our own GoLand plugin
- simple: suggest replacing "t1.UnixNano() >= t2.UnixNano()" with "!t1.Before(t2)" and vice-versa
- Docs
- Go not yet supported