Registry / utility / bmatcuk-doublestar-v2

bmatcuk-doublestar-v2

JSON →
library2.0.4gogounverified

Doublestar provides glob pattern matching with support for double-star (**) patterns.

go get github.com/bmatcuk/doublestar/v2
INSTALL
IMPORT
SIG · BMATCUK-DOUBLESTAR
B
bmatcuk-doublestar-v2
utilitygov2.0.4
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/v2

Glob for all Go files recursively

package main import ( "fmt" "github.com/bmatcuk/doublestar/v2" ) func main() { matches, _ := doublestar.Glob("**/*.go") fmt.Println(matches) }
Debug
Known issues
breakingVersion 2 has breaking changes from v1 (e.g., different API signatures)
fix
Use v2 import path and update code accordingly
affects: >=2.0.0
Upgrade
Version history
2.0.4latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
bmatcuk-doublestar-v2 — go get bmatcuk-doublestar-v2 · libregistry