gobwas/glob
Go glob observed · 2026-08-28
Health v2 · maintenance only
76/100
- Activity 98
- 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-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3929
- days_rel: n/a
- days_push: 16
- n_releases_24m: 0
Adoption not part of the score
1025 stars · 80 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Go library for compiling and matching glob patterns like *.github.com, ?, [a-c], and {alt1,alt2}. Patterns are compiled once into a matcher object for fast repeated string matching.
Use cases
- match file paths against glob patterns in Go
- compile a wildcard pattern once and match many strings fast
- implement allow/deny lists with wildcard patterns
- match hostnames like *.github.com
- support brace and character-class pattern syntax in my app
When to choose
- you need fast, repeated matching of glob patterns in Go
- you need richer glob syntax than the standard library path.Match, like braces and super wildcards
When to avoid
- you need full regular expressions rather than glob syntax
- you only match a pattern once and don't care about compile-once performance
- you need filesystem walking built in
Facets
library · maturity stable
parser developer-tools developer-tools files go cross-platform glob pattern-matching string-matching compile-once algorithms
1 source
- readme: https://github.com/gobwas/glob · fetched 2026-08-28 · 67176edf6fa9
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| gobwas/glob | main | 76 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem