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, 0 insertions, 10 deletions
diff --git a/vendor/github.com/xi2/xz/README.md b/vendor/github.com/xi2/xz/README.md deleted file mode 100644 index 2190af5..0000000 --- a/vendor/github.com/xi2/xz/README.md +++ /dev/null @@ -1,10 +0,0 @@ -# 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>. |