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

..03-May-2022-

testdata/H30-Dec-2017-

AUTHORSH A D30-Dec-2017157

LICENSEH A D30-Dec-2017584

README.mdH A D30-Dec-2017285

dec_bcj.goH A D30-Dec-201711.7 KiB

dec_delta.goH A D30-Dec-20171.1 KiB

dec_lzma2.goH A D30-Dec-201731.4 KiB

dec_stream.goH A D30-Dec-201723.3 KiB

dec_util.goH A D30-Dec-20171,011

dec_xz.goH A D30-Dec-20173.7 KiB

doc.goH A D30-Dec-20171.2 KiB

example_test.goH A D30-Dec-20172 KiB

reader.goH A D30-Dec-20177.1 KiB

reader_test.goH A D30-Dec-201715.6 KiB

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