Versions in this module Expand all Collapse all v3 v3.6.8 Jun 22, 2021 v3.6.7 Jun 15, 2021 Changes in this version + func CopyFile(src, dst string) (int64, error) + func CreateIfNotExists(path string, isDir bool) error + func GetTotalUsedFds() int — darwin/amd64, linux/amd64, windows/amd64 + func Matches(file string, patterns []string) (bool, error) + func ReadSymlinkedDirectory(path string) (string, error) + type Pattern struct + func (p *Pattern) Exclusion() bool + func (p *Pattern) String() string + type PatternMatcher struct + func NewPatternMatcher(patterns []string) (*PatternMatcher, error) + func (pm *PatternMatcher) Exclusions() bool + func (pm *PatternMatcher) Matches(file string) (bool, error) + func (pm *PatternMatcher) Patterns() []*Pattern