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

golang/lint

[mirror] This is a linter for Go source code. (deprecated) observed · 2026-08-28

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

Health v2 · maintenance only

10/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases archived

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: n/a
  • age_days: 4840
  • days_rel: n/a
  • days_push: 1943
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

3962 stars · 475 forks observed · 2026-08-28

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

Golint is a linter for Go source code that flags stylistic mistakes based on Effective Go and the Go CodeReviewComments conventions. It is deprecated and frozen; users are directed to Staticcheck and go vet instead.

Use cases

  • lint go source code for style issues
  • check go code against effective go conventions
  • find style mistakes in go packages
  • run go style checks in editors via quickfix output

When to choose

  • maintaining a legacy Go codebase already configured to use golint
  • you specifically need the historical golint suggestion set

When to avoid

  • starting a new Go project - use Staticcheck or go vet instead
  • you need enforced, configurable lint rules in CI
  • you need actively maintained tooling

Facets

cli-tool · maturity abandoned

linter developer-tools developer-tools programming-languages go cli cross-platform go code-style static-analysis deprecated code-review

1 source

Member repositories

RepositoryRoleHealth v2
golang/lintmain10

For agents

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

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