package
8.10.2+incompatible
Repository: https://github.com/cloudfoundry/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