Versions in this module Expand all Collapse all v1 v1.0.0 Apr 28, 2022 Changes in this version + func Glob(base, pattern string, ignore IgnoreFunc) ([]string, error) + func Match(pattern, path string) (matches bool, err error) + type IgnoreFunc func(path string) bool + var IgnoreNone IgnoreFunc = func(path string) bool { ... } + func IgnoreStrings(ignores []string) IgnoreFunc