Compare commits

..

No commits in common. "643df15eb8527dac5f53bee1cb0184778487cf3c" and "11c5657f4fc72cae539e91bf6c4ad879b0c2f666" have entirely different histories.

View File

@ -4,14 +4,3 @@
[![GoDoc](https://godoc.org/github.com/yi-ge/unxz?status.svg)](https://godoc.org/github.com/yi-ge/unxz) [![GoDoc](https://godoc.org/github.com/yi-ge/unxz?status.svg)](https://godoc.org/github.com/yi-ge/unxz)
[![codebeat badge](https://codebeat.co/badges/1a06ccdf-73a1-4e8c-bf84-b40c8f6beeb2)](https://codebeat.co/projects/github-com-yi-ge-unxz-master) [![codebeat badge](https://codebeat.co/badges/1a06ccdf-73a1-4e8c-bf84-b40c8f6beeb2)](https://codebeat.co/projects/github-com-yi-ge-unxz-master)
[![Go Report Card](https://goreportcard.com/badge/github.com/yi-ge/unxz)](https://goreportcard.com/report/github.com/yi-ge/unxz) [![Go Report Card](https://goreportcard.com/badge/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()
```