Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Create ¶ added in v0.4.0
func Create(filename string, src string, options *TarOptions) (warnings []string, err error)
Create an archive file containing the contents of directory src
func Extract ¶ added in v0.4.0
func Extract(reader io.Reader, options *TarOptions) (manifest []string, warnings []string, err error)
Extract all files from an archive to current directory
func NewBadPath ¶ added in v0.9.0
Types ¶
type TarOptions ¶ added in v0.10.0
Click to show internal directories.
Click to hide internal directories.