PhilippHomann 684b7a999f | 4 years ago | |
---|---|---|
.. | ||
AUTHORS | 4 years ago | |
LICENSE | 4 years ago | |
README.md | 4 years ago | |
dec_bcj.go | 4 years ago | |
dec_delta.go | 4 years ago | |
dec_lzma2.go | 4 years ago | |
dec_stream.go | 4 years ago | |
dec_util.go | 4 years ago | |
dec_xz.go | 4 years ago | |
doc.go | 4 years ago | |
reader.go | 4 years ago |
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.