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 supported19 Subscribers
Add a CodeTriage badge to go-tools
Help out
- Issues
- simple: flag uses of strings.CutPrefix/CutSuffix that should use strings.TrimPrefix/TrimSuffix instead
- Add "go install" command to the startpage
- Feature Request: detect & suggest (os.File).Write([]byte("normal looking string")) -> (os.File).WriteString("normal looking string")
- website: getting started site lists the packages weird
- simple: suggest time.Time.After, time.Time.Before
- Duplicate error from SA6003 and S1029
- New check: warn when packages gets moved from golang.org/exp to the stdlib
- structlayout: usage hinting
- unused: struct comparison
- Split ST1003 in multiple checks / allow to partially disable ST1003
- Docs
- Go not yet supported