status-go/vendor/honnef.co/go/tools/cmd/staticcheck
Adam Babik 47ccf32cdb
Upgrade zap to v1.13.0 (#1694)
2019-11-25 21:16:00 +01:00
..
README.md Upgrade zap to v1.13.0 (#1694) 2019-11-25 21:16:00 +01:00
staticcheck.go Upgrade zap to v1.13.0 (#1694) 2019-11-25 21:16:00 +01:00

README.md

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.