Compare commits
3 Commits
9b42459dc3
...
v1.0.1
Author | SHA1 | Date | |
---|---|---|---|
643df15eb8 | |||
fb28920794 | |||
11c5657f4f |
@ -19,8 +19,5 @@ cache:
|
|||||||
before_install:
|
before_install:
|
||||||
- echo "TRAVIS_GO_VERSION=${TRAVIS_GO_VERSION}"
|
- echo "TRAVIS_GO_VERSION=${TRAVIS_GO_VERSION}"
|
||||||
|
|
||||||
install:
|
|
||||||
- go mod install
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- go test -v
|
- go test -v
|
||||||
|
11
README.md
11
README.md
@ -4,3 +4,14 @@
|
|||||||
[](https://godoc.org/github.com/yi-ge/unxz)
|
[](https://godoc.org/github.com/yi-ge/unxz)
|
||||||
[](https://codebeat.co/projects/github-com-yi-ge-unxz-master)
|
[](https://codebeat.co/projects/github-com-yi-ge-unxz-master)
|
||||||
[](https://goreportcard.com/report/github.com/yi-ge/unxz)
|
[](https://goreportcard.com/report/github.com/yi-ge/unxz)
|
||||||
|
|
||||||
|
Golang \*.tar.xz decompress.
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
```golang
|
||||||
|
import "github.com/yi-ge/unxz"
|
||||||
|
|
||||||
|
u := unxz.New(filePath, outDir)
|
||||||
|
err := u.Extract()
|
||||||
|
```
|
||||||
|
Reference in New Issue
Block a user