mirror of https://github.com/go-gitea/gitea
Git with a cup of tea, painless self-hosted git service
Mirror for internal git.with.parts use
https://git.with.parts
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
…
|
||
---|---|---|
.. | ||
AUTHORS | ||
LICENSE | ||
README.md | ||
dec_bcj.go | ||
dec_delta.go | ||
dec_lzma2.go | ||
dec_stream.go | ||
dec_util.go | ||
dec_xz.go | ||
doc.go | ||
reader.go |
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.