Ross ROSS = Recommend OSS · open-source software intelligence for agents

golang/tools

[mirror] Go Tools observed · 2026-08-28

github.com/golang/tools · homepage · Go · BSD-3-Clause (permissive) observed · 2026-08-28

Health v2 · maintenance only

93/100

  • Activity 99
  • Release rhythm 80
  • 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: 57
  • age_days: 4299
  • days_rel: 55
  • days_push: 7
  • n_releases_24m: 12

Full methodology

Adoption not part of the score

7995 stars · 2402 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

The golang.org/x/tools module provides packages and commands for static analysis of Go programs, including SSA IR, call graphs, and a modular analysis framework. It also hosts gopls, the official Language Server Protocol server that gives editors IDE-like Go support.

Use cases

  • automatically format Go files and fix imports with goimports
  • build custom static analysis tools for Go code
  • add IDE features like autocomplete and go-to-definition to an editor for Go
  • generate String methods for Go enum types
  • compute call graphs of Go programs
  • load and type-check Go packages from source

When to choose

  • you are writing Go analysis, refactoring, or linting tooling
  • you want to embed Go language intelligence into an editor via LSP
  • you need programmatic loading and type-checking of Go source

When to avoid

  • you need runtime profiling or dynamic analysis rather than static analysis
  • you are working in a language other than Go

Facets

library · maturity active

linter formatter static-site-generator parser developer-tools editor documentation developer-tools programming-languages parsers go cross-platform cli editor-plugin static-analysis lsp gopls goimports ssa code-analysis refactoring language-server command-line

2 sources

Member repositories

RepositoryRoleHealth v2
golang/toolsmain93

For agents

markdown · JSON · MCP: product_card(name="golang/tools")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem