vikunja/vendor/honnef.co/go/tools/cmd/staticcheck/README.md
konrad 1b84292332
All checks were successful
continuous-integration/drone/push Build is passing
Fix lint errs (#59)
2019-02-18 19:32:41 +00:00

411 B

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.