Registry / utility / bmatcuk-doublestar-v4

bmatcuk-doublestar-v4

JSON →
library4.10.0gogounverified

A Go library for matching file paths using double-star (globstar) patterns, supporting advanced glob features.

go get github.com/bmatcuk/doublestar/v4
INSTALL
IMPORT
SIG · BMATCUK-DOUBLESTAR
B
bmatcuk-doublestar-v4
utilitygov4.10.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

doublestar
github.com/bmatcuk/doublestar/v4

Check if a file path matches a double-star glob pattern.

package main import ( "fmt" "github.com/bmatcuk/doublestar/v4" ) func main() { matched, _ := doublestar.PathMatch("**/*.go", "src/main.go") fmt.Println(matched) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.10.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Meta
1
Resources
bmatcuk-doublestar-v4 — go get bmatcuk-doublestar-v4 · libregistry