Registry / utility / mb0-glob

mb0-glob

JSON →
library0.0.0-20160210091149-1eb79d2de6c4gogounverified

Package glob provides configurable globbing and matching algorithms for string slices.

go get github.com/mb0/glob
INSTALL
IMPORT
SIG · MB0-GLOB
M
mb0-glob
utilitygov0.0.0-20160210091149-1eb79d2de6c4
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.

glob
github.com/mb0/glob

Compile a glob pattern and match a string.

package main import ( "fmt" "github.com/mb0/glob" ) func main() { g := glob.MustCompile("*.go") fmt.Println(g.Match("main.go")) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20160210091149-1eb79d2de6c4latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
mb0-glob — go get mb0-glob · libregistry