Documentation
¶
Overview ¶
Package pathglob provides deterministic matching for slash-separated paths.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrEmptyPattern = errors.New("path glob is empty") ErrUnsupportedBrace = errors.New("path glob brace expansion is unsupported") )
Functions ¶
func MatchString ¶
MatchString applies the shared *, ?, and backslash-escape matcher to an arbitrary string. Unlike Matcher, slash has no special meaning.
Types ¶
Click to show internal directories.
Click to hide internal directories.