Versions in this module Expand all Collapse all v8 v8.1.2 Apr 24, 2021 Changes in this version + type MatchResult int + const Exclude + const Include + const NoMatch + type Matcher interface + Match func(path []string, isDir bool) bool + func NewMatcher(ps []Pattern) Matcher + type Pattern interface + Match func(path []string, isDir bool) MatchResult + func LoadGlobalPatterns(fs billy.Filesystem) (ps []Pattern, err error) + func LoadSystemPatterns(fs billy.Filesystem) (ps []Pattern, err error) + func ParsePattern(p string, domain []string) Pattern + func ReadPatterns(fs billy.Filesystem, path []string) (ps []Pattern, err error) Other modules containing this package github.com/egibert/go-git github.com/egibert/go-git/v5 github.com/egibert/go-git/v6