mirror of
https://github.com/c4milo/unpackit.git
synced 2025-09-26 19:01:11 +08:00
Update README to add XZ format support
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
# UnzipIt
|
||||
|
||||
[](https://gitter.im/c4milo/unzipit?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
[](https://godoc.org/github.com/c4milo/unzipit)
|
||||
[](https://travis-ci.org/c4milo/unzipit)
|
||||
@@ -7,12 +8,14 @@ This Go library allows you to easily unpack the following files:
|
||||
|
||||
* tar.gz
|
||||
* tar.bzip2
|
||||
* zip
|
||||
* tar.xz
|
||||
* zip
|
||||
* tar
|
||||
|
||||
There are not CGO involved nor hard dependencies of any type.
|
||||
|
||||
## Usage
|
||||
|
||||
Unpack a file:
|
||||
|
||||
```go
|
||||
|
Reference in New Issue
Block a user