Registry / utility / bmatcuk-doublestar

bmatcuk-doublestar

JSON →
library1.3.4gogounverified

A glob pattern matching library that supports the double-star (**) syntax.

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

Match a file path against a glob pattern with double-star support.

package main import ( "fmt" "github.com/bmatcuk/doublestar" ) func main() { matched, _ := doublestar.Match("**/*.go", "path/to/file.go") fmt.Println(matched) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

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