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

bmizerany/pat

None observed · 2026-08-28

github.com/bmizerany/pat · Go · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

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: 5334
  • days_rel: n/a
  • days_push: 1527
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1427 stars · 115 forks observed · 2026-08-28

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

pat is a Sinatra-style pattern muxer for Go's net/http library, allowing route registration with URL parameters like /hello/:name. It is a small, classic Go library that integrates with the standard http.ServeMux.

Use cases

  • route http requests by pattern in go
  • extract url parameters in go http handlers
  • sinatra-style routing for go web servers
  • register restful get/post routes in go
  • minimal http router without a full framework

When to choose

  • you want a tiny, dependency-free router on top of net/http
  • you prefer Sinatra-style pattern matching with :param captures
  • you need a legacy-compatible muxer for older Go codebases

When to avoid

  • you need advanced routing features like middleware, groups, or regex constraints
  • you are starting a new project and can use modern routers or Go 1.22+ net/http pattern matching
  • you need active development and frequent updates

Facets

library · maturity maintenance

routing web-framework http-server web-development backend apis go cross-platform sinatra-style pattern-muxer net-http url-parameters

1 source

Member repositories

RepositoryRoleHealth v2
bmizerany/patmain32

For agents

markdown · JSON · MCP: product_card(name="bmizerany/pat")

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