Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

2.0

Compare
Choose a tag to compare
@mholt mholt released this 30 Nov 23:55
· 224 commits to master since this release
v2.0
cdc68dd

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.