filebrowser/backend/vendor/github.com/xi2/xz
Graham Steffaniak 4e01929dc8 updated things 2023-08-12 11:30:41 -05:00
..
AUTHORS updated with a few changes 2023-07-21 17:41:24 -05:00
LICENSE updated with a few changes 2023-07-21 17:41:24 -05:00
README.md updated with a few changes 2023-07-21 17:41:24 -05:00
dec_bcj.go updated with a few changes 2023-07-21 17:41:24 -05:00
dec_delta.go updated with a few changes 2023-07-21 17:41:24 -05:00
dec_lzma2.go updated with a few changes 2023-07-21 17:41:24 -05:00
dec_stream.go updated with a few changes 2023-07-21 17:41:24 -05:00
dec_util.go updated with a few changes 2023-07-21 17:41:24 -05:00
dec_xz.go updated with a few changes 2023-07-21 17:41:24 -05:00
doc.go updated things 2023-08-12 11:30:41 -05:00
reader.go updated with a few changes 2023-07-21 17:41:24 -05:00

README.md

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.