# Xz Package xz implements XZ decompression natively in Go. Documentation at . Download and install with `go get github.com/mikelolasagasti/xz`. If you need compression as well as decompression, you might want to look at . # LICENSE This was originally released into the public domain by the AUTHORS. Here it is licensed more explicitly as Zero-Clause BSD (0BSD) so that it can be detected by automated tooling, and satisfy the legal requirements for vendor integration for cases in which a "public domain" statement is not sufficient. This Go package is a modified version of XZ Embedded and the project adopted 0BSD for newer commits.