mirror of
https://github.com/prometheus/prometheus.git
synced 2025-02-21 03:16:00 -08:00
353 B
353 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
go get honnef.co/go/tools/cmd/staticcheck
Documentation
Detailed documentation can be found on staticcheck.io.