Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MatchHidden ¶
MatchHidden matches paths with a basename that begins with a dot.
Types ¶
type Regexp ¶
type Regexp struct { Raw string `json:"raw"` // contains filtered or unexported fields }
Regexp is a wrapper to the native regexp type where we save the raw expression.
func (*Regexp) MatchString ¶
MatchString checks if a string matches the regexp.
Click to show internal directories.
Click to hide internal directories.