Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CopyDir ¶
CopyDir Recursively copies a directory tree, attempting to preserve permissions. Source directory must exist, destination directory must *not* exist.
Types ¶
type Unarchiver ¶
type Unarchiver struct {
// contains filtered or unexported fields
}
func NewUnarchiver ¶
func NewUnarchiver(parentLogger logger.Logger) (*Unarchiver, error)
Click to show internal directories.
Click to hide internal directories.