package
0.0.0-20190124090046-35a9f45a5db0
Repository: https://github.com/golangci/go-tools.git
Documentation: pkg.go.dev

# README

staticcheck

staticcheck offers extensive analysis of Go code, covering a myriad of categories. It will detect bugs, suggest code simplifications, point out dead code, and more.

Installation

go get github.com/golangci/go-tools/cmd/staticcheck

Documentation

Detailed documentation can be found on staticcheck.io.