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 supported18 Subscribers
Add a CodeTriage badge to go-tools
Help out
- Issues
- simple: in Go 1.20, simplify *(*ArrayType)(slice) to ArrayType(slice)
- SA5000: sometimes doesn't detect nil maps
- ir: enable simplification of constant composite values
- U1000: improve handling of conversions involving type sets
- Documentation for GitLab CICD in the Continuous Integration page
- staticcheck: replace reflect.Value.MethodByName with type assertion
- simple: flag superfluous boolean variable declarations in if statements
- ST1016: It would be useful to have exceptions
- Enforce that `interface{}` is spelled `any`
- Preferring early loop exits to reduce indentation
- Docs
- Go not yet supported