mirror of
https://github.com/go-gitea/gitea
synced 2024-11-01 15:54:25 +00:00
11 lines
285 B
Markdown
11 lines
285 B
Markdown
|
# 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>.
|