This website requires JavaScript.
Explore
Help
Sign In
yige
/
unxz
Watch
1
Star
0
Fork
0
You've already forked unxz
Code
Issues
Pull Requests
Releases
Wiki
Activity
8
Commits
1
Branch
4
Tags
33
KiB
Go
100%
fb28920794
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
APA
BibTeX
Cancel
yige
fb28920794
add usage
2019-08-08 00:09:08 +08:00
test
init
2019-08-07 20:40:32 +08:00
.gitignore
init
2019-08-07 20:40:32 +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:09:08 +08:00
unxz_test.go
fix ineffectual assignment to err (ineffassign)
2019-08-07 23:44:13 +08:00
unxz.go
init
2019-08-07 20:40:32 +08:00
README.md
Unxz
Usage
import
"github.com/yi-ge/unxz"
u
:=
unxz
.
New
(
filePath
,
outDir
)
err
:=
u
.
Extract
()