Versions in this module Expand all Collapse all v3 v3.9.3 Nov 29, 2022 v3.9.2 Nov 28, 2022 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