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