Versions in this module Expand all Collapse all v0 v0.16.0 May 4, 2018 Changes in this version + func AppendPrefix(prefix string, keys []string) []string + func IsConfigChanged(src, dest string) (bool, error) + func IsDirectory(path string) (bool, error) + func IsFileExist(fpath string) bool + func RecursiveDirsLookup(root string, pattern string) ([]string, error) + func RecursiveFilesLookup(root string, pattern string) ([]string, error) + type FileInfo struct + Gid uint32 + Md5 string + Mode os.FileMode + Uid uint32 + func FileStat(name string) (fi FileInfo, err error) + type Nodes []string + func (n *Nodes) Set(node string) error + func (n *Nodes) String() string