//
pkg.gl
Category
github.com/machbase/neo-server
mods
util
glob
package
8.0.35+incompatible
Repository:
https://github.com/machbase/neo-server.git
Documentation:
pkg.go.dev
Overview
Versions
4
Dependencies
3
Dependents
17
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.