aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/xi2/xz/README.md
diff options
context:
space:
mode:
authorSlack Coder <slackcoder@server.ky>2023-10-18 17:27:00 -0500
committerSlack Coder <slackcoder@server.ky>2023-10-18 17:27:00 -0500
commit2be3a82f3a801a84c98a4de9c818ce8b0497135b (patch)
tree9fb89a6b10fddbb1560d895215b445813d3ea28c /vendor/github.com/xi2/xz/README.md
parent2fda2161877e61e16b7f208ba1f92f650776cbe2 (diff)
downloadpkgtools-go-todo.tar.xz
move todos to project roottodo
Diffstat (limited to 'vendor/github.com/xi2/xz/README.md')
-rw-r--r--vendor/github.com/xi2/xz/README.md10
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>.