Documentation ¶ Index ¶ func CopyFile(src string, dst string) error func CopyFileMode(src string, dst string, fileMode os.FileMode) error func FilesIdentical(f1 string, f2 string) (bool, error) func MD5Path(path string) ([]byte, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func CopyFile ¶ func CopyFile(src string, dst string) error func CopyFileMode ¶ func CopyFileMode(src string, dst string, fileMode os.FileMode) error func FilesIdentical ¶ func FilesIdentical(f1 string, f2 string) (bool, error) func MD5Path ¶ func MD5Path(path string) ([]byte, error) Types ¶ This section is empty. Source Files ¶ View all Source files fileutil.go Click to show internal directories. Click to hide internal directories.