package
0.0.0-20200321120002-dd2de08144c3
Repository: https://github.com/wuka1/docker.git
Documentation: pkg.go.dev

# Functions

DirCopy copies or hardlinks the contents of one directory to another, properly handling xattrs, and soft links Copying xattrs can be opted out of by passing false for copyXattrs.

# Constants

Content creates a new file, and copies the content of the file.
Hardlink creates a new hardlink to the existing file.

# Type aliases

Mode indicates whether to use hardlink or copy content.