Documentation
¶
Overview ¶
Package pathmatch provides slash-separated path matching helpers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MatchGlob ¶
MatchGlob reports whether path matches pattern. It returns malformed glob errors instead of silently treating them as non-matches.
func ValidateGlob ¶
ValidateGlob validates a slash-separated glob pattern. ** is valid only as a whole segment and matches zero or more path segments.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.