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 `x <binop> y` where x is always zero
- staticcheck: find nonsensical checks for sql.ErrNoRows and alike
- purity: update list of stdlib functions
- simple: simplify allocation followed by assignment
- Flag `continue` as final statement in block
- staticcheck: log.Fatal("x:", err) -> log.Fatalln
- staticcheck: SA4006 false-negative when a defer is used
- SA4015: more wrong float math
- SA3000: improve message
- stylecheck: (optional?) check for different names used for the same, aliased type in the same scope
- Docs
- Go not yet supported