Go to file
2019-08-09 17:08:37 +08:00
test init 2019-08-08 21:50:32 +08:00
.gitignore init 2019-08-08 21:50:32 +08:00
.travis.yml init 2019-08-08 21:50:32 +08:00
go.mod init 2019-08-08 21:50:32 +08:00
LICENSE Initial commit 2019-08-08 10:27:45 +08:00
README.md init 2019-08-08 21:55:17 +08:00
unzip_test.go add windows test 2019-08-09 17:08:37 +08:00
unzip.go init 2019-08-08 21:50:32 +08:00

Unzip

Build Status GoDoc

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()