Documentation ¶
Overview ¶
Package archiver makes it super easy to create and open .zip, .tar.gz, and .tar.bz2 files.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Rar rarFormat
Rar is for RAR archive format
View Source
var SupportedFormats = map[string]Archiver{}
SupportedFormats contains all supported archive formats
View Source
var Tar tarFormat
Tar is for Tar format
View Source
var TarBz2 tarBz2Format
TarBz2 is for TarBz2 format
View Source
var TarGz tarGzFormat
TarGz is for TarGz format
View Source
var TarXZ xzFormat
TarXZ is for TarXZ format
View Source
var Zip zipFormat
Zip is for Zip format
Functions ¶
func RegisterFormat ¶
RegisterFormat adds a supported archive format
Types ¶
Click to show internal directories.
Click to hide internal directories.