api/vendor/honnef.co/go/tools/cmd/staticcheck/README.md

16 lines
411 B
Markdown
Raw Normal View History

2018-12-31 01:18:41 +00:00
# staticcheck
2019-02-18 19:32:41 +00:00
_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.
2018-12-31 01:18:41 +00:00
## Installation
2019-02-18 19:32:41 +00:00
See [the main README](https://github.com/dominikh/go-tools#installation) for installation instructions.
2018-12-31 01:18:41 +00:00
## Documentation
Detailed documentation can be found on
2019-02-18 19:32:41 +00:00
[staticcheck.io](https://staticcheck.io/docs/).
2018-12-31 01:18:41 +00:00