github.com/golangci/go-tools@v0.0.0-20190318060251-af6baa5dc196/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 go get github.com/golangci/go-tools/cmd/staticcheck 10 11 ## Documentation 12 13 Detailed documentation can be found on 14 [staticcheck.io](https://staticcheck.io/docs/). 15