test | ||
.gitignore | ||
.travis.yml | ||
go.mod | ||
LICENSE | ||
README.md | ||
unzip_test.go | ||
unzip.go |
Unzip
Golang *.zip decompress.
Fork from https://github.com/artdarek/go-unzip and remove print, add support for Symlink.
Thank artdarek.
Usage
import "github.com/yi-ge/unzip"
u := unzip.New(filePath, outDir)
err := u.Extract()