Versions in this module Expand all Collapse all v0 v0.0.1 Jun 12, 2021 Changes in this version + type Matcher struct + func FromFile(ignoreFn string, dir string) (matcher *Matcher, err error) + func New(r io.Reader, dir string) (matcher *Matcher) + func (matcher *Matcher) Match(path string, isDir bool) bool