dominikh/go-tools
Staticcheck - The advanced Go linter observed · 2026-08-28
Health v2 · maintenance only
90/100
- Activity 99
- Release rhythm 74
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 104.5
- age_days: 3508
- days_rel: 12
- days_push: 9
- n_releases_24m: 5
Adoption not part of the score
6860 stars · 421 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Staticcheck is an advanced linter for the Go programming language that uses static analysis to find bugs, performance issues, and simplification opportunities while enforcing style rules. It ships as a command-line tool with 150+ low-false-positive checks, integrates with CI pipelines and major Go editors via gopls, and includes auxiliary tools for analyzing struct memory layout.
Use cases
- lint go code for bugs and performance issues
- run static analysis on a go project in ci
- find deprecated api usage in go code
- simplify overly complex go code
- check struct field padding and memory layout
- enforce style rules across a go codebase
When to choose
- you write Go and want a high-quality linter with few false positives
- you need reliable static analysis that runs in CI without spurious failures
- you want editor-integrated diagnostics and automatic fixes via gopls
When to avoid
- you need linting for languages other than Go
- you want to depend on its internal libraries as stable APIs
- you need highly customizable rule authoring beyond its configuration options
Facets
cli-tool · maturity active
linter developer-tools code-review developer-tools programming-languages testing performance go cli cross-platform windows staticcheck go code-quality ci-integration editor-integration linux macos
4 sources
- readme: https://github.com/dominikh/go-tools · fetched 2026-08-28 · 6180213690d2
- homepage: https://staticcheck.dev · fetched 2026-08-29 · e36ad45a13fd
- site_page: https://staticcheck.dev/docs · fetched 2026-08-29 · 0e55bd5d7966
- site_page: https://staticcheck.dev/docs/checks · fetched 2026-08-29 · ae46aa1785de
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| dominikh/go-tools | main | 90 |
For agents
markdown · JSON · MCP: product_card(name="dominikh/go-tools")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem