repositorypackage
0.0.0-20171230120015-48954b6210f8
Repository: https://github.com/xi2/xz.git
Documentation: pkg.go.dev
# README
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.