State-of-the-art linter for Go that finds bugs and performance issues
State of the art linter for the Go programming language
staticcheck
$ staticcheck ./...
$ staticcheck myfile.go
$ staticcheck -explain=U1000 ./...