go-critic

Opinionated linter for Go source code with checks for bugs and style

brewmacoslinux
Try with needOr install directly
Source

About

Opinionated Go source code linter

Commands

gocritic

Examples

Lint a single Go file$ gocritic check myfile.go
Lint all Go files in current directory$ gocritic check ./...
Lint with specific checks enabled$ gocritic check -enableAll ./...