Versions in this module Expand all Collapse all v0 v0.1.1 Aug 25, 2021 v0.1.0 Aug 24, 2021 Changes in this version + func CopyRegular(srcPath, dstPath string, fileinfo os.FileInfo, ...) error + func CopyRegularToFile(srcPath string, dstFile *os.File, fileinfo os.FileInfo, ...) error + func DirCopy(srcDir, dstDir string, _ Mode, _ bool) error — darwin/amd64, js/wasm, windows/amd64 + func DirCopy(srcDir, dstDir string, copyMode Mode, copyXattrs bool) error — linux/amd64 + type Mode int + const Content + const Hardlink