blob: 2190af553d3d3c4aae2a31cf50b21f44f6d2fddf (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Xz
Package xz implements XZ decompression natively in Go.
Documentation at <https://godoc.org/github.com/xi2/xz>.
Download and install with `go get github.com/xi2/xz`.
If you need compression as well as decompression, you might want to
look at <https://github.com/ulikunitz/xz>.
|