Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type IgnoreFunc ¶
IgnoreFunc checks if a path ought to be ignored.
var IgnoreNone IgnoreFunc = func(path string) bool { return false }
IgnoreNone ignores nothing.
func IgnoreStrings ¶
func IgnoreStrings(ignores []string) IgnoreFunc
IgnoreStrings ignores all paths which contain one of the ignores substrings.
Click to show internal directories.
Click to hide internal directories.