package
0.0.1
Repository: https://github.com/inovacc/module.git
Documentation: pkg.go.dev

# Functions

MatchPattern(pattern)(name) reports whether name matches pattern.
MatchSimplePattern returns a function that can be used to check whether a given name matches a pattern, where pattern is a limited glob pattern in which '...' means 'any string', with no other special syntax.
TreeCanMatchPattern(pattern)(name) reports whether name or children of name can possibly match pattern.