• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..26-Oct-2021-

AUTHORSH A D26-Oct-2021157 95

LICENSEH A D26-Oct-2021584 1912

README.mdH A D26-Oct-2021285 116

dec_bcj.goH A D26-Oct-202111.7 KiB462322

dec_delta.goH A D26-Oct-20211.1 KiB5629

dec_lzma2.goH A D26-Oct-202131.4 KiB1,236794

dec_stream.goH A D26-Oct-202123.3 KiB933638

dec_util.goH A D26-Oct-20211,011 5338

dec_xz.goH A D26-Oct-20213.7 KiB12555

doc.goH A D26-Oct-20211.2 KiB361

reader.goH A D26-Oct-20217.1 KiB257163

README.md

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>.
11