Package Archiver makes it trivially easy to make and extract common archive
formats such as zip and tarball (and its compressed variants). Simply name the
input and output file(s). The arc command runs the same on all platforms and has
no external dependencies (not even libc). It is powered by the Go standard
library and several third-party, pure-Go libraries.
This package provides symbolic links that alias the following Go import paths to
github.com/mholt/archiver:
– github.com/mholt/archiver/v3
Aliasing Go import paths via symbolic links or http redirects is fragile. If
your Go code depends on this package, you should patch it to import directly
github.com/mholt/archiver.