type pathMatcher … type simpleMatcher … func (m simpleMatcher) match(path string) bool { … } type filepathMatcher … func (m filepathMatcher) match(path string) bool { … }
type pathMatcher … type simpleMatcher … func (m simpleMatcher) match(path string) bool { … } type filepathMatcher … func (m filepathMatcher) match(path string) bool { … }