diff options
Diffstat (limited to 'vendor/github.com/xi2/xz/README.md')
-rw-r--r-- | vendor/github.com/xi2/xz/README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/vendor/github.com/xi2/xz/README.md b/vendor/github.com/xi2/xz/README.md new file mode 100644 index 0000000..2190af5 --- /dev/null +++ b/vendor/github.com/xi2/xz/README.md @@ -0,0 +1,10 @@ +# 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>. |