Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExtractTar ¶
Extract extracts the tar archive at src to dest.
func ExtractZip ¶
Extract extracts the zip archive at src to dest.
Types ¶
type Archive ¶
type Archive interface { Directory(name string) error Header(os.FileInfo) (io.Writer, error) Close() error }
Archive is ...
type TarArchive ¶
type TarArchive struct {
// contains filtered or unexported fields
}
TarArchive is ...
type ZipArchive ¶
type ZipArchive struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.