Versions in this module Expand all Collapse all v0 v0.18.0 May 8, 2026 v0.17.0 Feb 9, 2026 Changes in this version + type MatchResult int + const Exclude + const Include + const NoMatch + type Matcher interface + Match func(path []string, isDir bool) bool + func NewMatcher(ps []Pattern) Matcher + type Pattern interface + Match func(path []string, isDir bool) MatchResult + func ParsePattern(p string, domain []string) Pattern