Versions in this module Expand all Collapse all v1 v1.0.0 Jan 10, 2024 Changes in this version + type Globs []*glob.Glob + func Parse(patterns ...string) (globs Globs, err error) + func (s Globs) Find(input string) (matched *glob.Glob) + func (s Globs) Match(input string) (matched bool) + func (s Globs) String() (list string)