package
0.9.1
Repository: https://github.com/machbase/neo-shell.git
Documentation: pkg.go.dev

# Functions

IsGlob returns true when the pattern is a valid glob.
Match returns true when string matches pattern.
Parse returns a glob structure from the pattern.

# Variables

ErrBadPattern indicates a globbing pattern was malformed.

# Structs

Glob structure for simple string matching.