1
2
mirror of https://github.com/yi-ge/unxz synced 2020-06-03 17:20:45 +00:00
Go to file
2019-08-09 17:09:22 +08:00
test remove out directory 2019-08-08 21:48:09 +08:00
.gitignore remove out directory 2019-08-08 21:47:55 +08:00
.travis.yml test build 2019-08-07 23:52:56 +08:00
go.mod init 2019-08-07 20:40:32 +08:00
go.sum init 2019-08-07 20:40:32 +08:00
LICENSE init 2019-08-07 20:40:32 +08:00
README.md add usage 2019-08-08 00:12:16 +08:00
unxz_test.go add windows test 2019-08-09 17:09:22 +08:00
unxz.go init 2019-08-07 20:40:32 +08:00

Unxz

Build Status GoDoc codebeat badge Go Report Card

Golang *.tar.xz decompress.

Usage

import "github.com/yi-ge/unxz"

u := unxz.New(filePath, outDir)
err := u.Extract()