//
pkg.gl
Category
github.com/machbase/neo-shell
util
glob
package
0.9.1
Repository:
https://github.com/machbase/neo-shell.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
2
Files
255 SLOC
#
Functions
IsGlob
IsGlob returns true when the pattern is a valid glob.
Match
Match returns true when string matches pattern.
Parse
Parse returns a glob structure from the pattern.
#
Variables
ErrBadPattern
ErrBadPattern indicates a globbing pattern was malformed.
#
Structs
Glob
Glob structure for simple string matching.