package
1.22.2
Repository: https://github.com/go-asm/go.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.