Documentation
¶
Overview ¶
Package tar provides method for unpacking tar files
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNilReader = fmt.Errorf("Reader can not be nil") ErrEmptyOutput = fmt.Errorf("Path to output directory can not be empty") )
View Source
var AllowExternalLinks = false
AllowExternalLinks is flag for protection against links to files and directories outside target directory
View Source
var UpdateOwner = false
UpdateOwner is flag for restoring owner for files and directories
View Source
var UpdateTimes = true
UpdateOwner is flag for restoring mtime and atime
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.