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: suggest the %w verb in fmt.Errorf
- staticcheck: check for inclusive comparison to utf8.RuneSelf
- simple: check for uneeded conversion in string([]rune{x})
- simple: check uneeded []byte or []string conversion for len builtin
- S1024: incorrect suggested fix for embedded type
- SA6001: flag m[buf.String()] for bytes.Buffer
- staticcheck: detect usage of utf8.RuneLen when slicing the string from a range loop
- simple: replace strings.Compare with direct string comparison operator where applicable
- staticcheck: detect inefficient pattern of string conversions in bytes and strings .Equal and .Compare
- simple, staticcheck: detect uneeded byte slice and string conversions for std lib
- Docs
- Go not yet supported