Versions in this module Expand all Collapse all v2 v2.17.2 Sep 3, 2021 Changes in this version + func MatchHidden(path string) bool + type Checker interface + Check func(path string) bool + type Regexp struct + Raw string + func (r *Regexp) MatchString(s string) bool + type Rule struct + Allow bool + Path string + Regex bool + Regexp *Regexp + func (r *Rule) Matches(path string) bool