prometheus/vendor/honnef.co/go/tools/cmd/staticcheck
Simon Pasquier c141833d45 *: use staticcheck@next to support Go modules
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-10-29 17:25:43 +01:00
..
README.md *: use staticcheck@next to support Go modules 2018-10-29 17:25:43 +01:00
staticcheck.go *: use staticcheck@next to support Go modules 2018-10-29 17:25:43 +01:00

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 honnef.co/go/tools/cmd/staticcheck

Documentation

Detailed documentation can be found on staticcheck.io.