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
- QF1012 : b.WriteString(x + y) -> b.WriteString(s); b.WriteString(y) #1684
- No issues detected if error is reassigned in closure
- all: replace deprecated ioutil
- website: tidy go.mod
- detection of `errgroup.WithContext` context on assignment
- QF1011, ST1023: the type isn't redundant for uninstantiated generic rhs
- Support encoding/json/v2 struct tag options
- Suggestion: unreachable code for functions like os.Exit
- QF1012 : b.WriteString(x + y) -> b.WriteString(s); b.WriteString(y)
- No warning when nil cleanup func is deferred before checking error
- Docs
- Go not yet supported