package
6.21.1+incompatible
Repository: https://github.com/tinygrasshopper/cli.git
Documentation: pkg.go.dev

# Functions

CompileGlob translates pat into a form more convenient for matching against paths in the store.
MustCompileGlob is like CompileGlob, but it panics if an error occurs, simplifying safe initialization of global variables holding glob patterns.

# Structs

Glob holds a Unix-style glob pattern in a compiled form for efficient matching against paths.

# Type aliases

No description provided by the author