This repository has been archived by the owner on Nov 19, 2024. It is now read-only.
2.0
This release adds support for .tar.xz (and .txz) file format, thanks to ulikunitz/xz.
The archiver
package also has a breaking API change, hence the v2.0 tag. For example, archiver.Zip()
and archiver.Unzip()
have become archiver.Zip.Make()
and archiver.Zip.Open()
, respectively.