ceph-csi/vendor/honnef.co/go/tools/cmd/staticcheck
Madhu Rajanna d5a0606c33 Migrate from dep to go module
Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
2020-03-17 10:44:07 +00:00
..
README.md Migrate from dep to go module 2020-03-17 10:44:07 +00:00
staticcheck.go Update to kube v1.17 2020-01-17 12:06:02 +00: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

See the main README for installation instructions.

Documentation

Detailed documentation can be found on staticcheck.io.