Documentation
¶
Overview ¶
Package tar reads and writes gzipped tar files.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Create ¶
Create writes the files contained in root as a gzipped tar archive to w. The file strings in files can contain directory paths (starting from root).
func CreateArchive ¶
CreateArchive writes the files contained in root as a gzipped tar archive to filename. The file strings in files can contain directory paths (starting from root).
func Extract ¶
Extract the files contained in the gzipped archive r to the directory hierarchy rooted at root.
func ExtractArchive ¶
ExtractArchive extracts the files contained in the gzipped archive filename to the directory hierarchy rooted at root.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.