Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
643df15eb8 | |||
fb28920794 |
11
README.md
11
README.md
@ -4,3 +4,14 @@
|
||||
[](https://godoc.org/github.com/yi-ge/unxz)
|
||||
[](https://codebeat.co/projects/github-com-yi-ge-unxz-master)
|
||||
[](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