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
- quickfix: convert nested ifs into single if and &&
- SA4000: detect Equal methods
- Flag empty and default-only switch statements
- simple: detect unnecessary calls of methods as functions
- simple or quickfix: suggest `range` instead of `for` loop
- Protect against sketchy modifications of the standard library
- Audit our code for incorrect assumptions about go/constant Kind
- staticcheck: pointer receiver of MarshalJSON is (almost) never nil
- simple: detect an errors.Is check followed by a nil check with the same return result
- simple or quickfix: suggest removing unnecessary else after previous block returns
- Docs
- Go not yet supported