Versions in this module Expand all Collapse all v1 v1.0.0 Nov 7, 2017 Changes in this version + func CleanPatterns(patterns []string) ([]string, [][]string, bool, error) + func CopyFile(src, dst string) (int64, error) + func CreateIfNotExists(path string, isDir bool) error + func Matches(file string, patterns []string) (bool, error) + func OptimizedMatches(file string, patterns []string, patDirs [][]string) (bool, error) + func ReadSymlinkedDirectory(path string) (string, error) + func Tar(src, dst string) error + func Tgz(src, dst string) error + func UnTar(targetFile, to string) error + func UnTgz(targetFile, to string) error