Documentation ¶ Index ¶ func CopyDir(src string, dst string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func CopyDir ¶ func CopyDir(src string, dst string) error CopyDir recursively copies a directory tree, attempting to preserve permissions. Source directory must exist, destination directory must *not* exist. Symlinks are ignored and skipped. Types ¶ This section is empty. Source Files ¶ View all Source files copy.go Click to show internal directories. Click to hide internal directories.