honnef.co/go/tools@v0.5.0-0.dev.0.20240520180541-dcae280a5e87/cmd/staticcheck/README.md (about) 1 # staticcheck 2 3 _staticcheck_ offers extensive analysis of Go code, covering a myriad 4 of categories. It will detect bugs, suggest code simplifications, 5 point out dead code, and more. 6 7 ## Installation 8 9 See [the main README](https://github.com/dominikh/go-tools#installation) for installation instructions. 10 11 ## Documentation 12 13 Detailed documentation can be found on 14 [staticcheck.dev](https://staticcheck.dev/docs/). 15