Versions in this module Expand all Collapse all v0 v0.5.1 Aug 13, 2019 v0.5.0 Aug 13, 2019 Changes in this version + func CanonicalPath(path string, basePath string) (string, error) + func CanonicalPaths(paths []string, basePath string) ([]string, error) + func CopyFile(source string, destination string) error + func FileExists(path string) bool + func GetPathRelativeTo(path string, basePath string) (string, error) + func Grep(regex *regexp.Regexp, glob string) (bool, error) + func IsDir(path string) bool + func ReadFileAsString(path string) (string, error) + func WriteFileWithSamePermissions(source string, destination string, contents []byte) error