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