2019-08-08 21:50:32 +08:00
2019-08-08 21:50:32 +08:00
2019-08-08 21:50:32 +08:00
2019-08-08 21:50:32 +08:00
2019-08-08 21:50:32 +08:00
2019-08-08 10:27:45 +08:00
2019-08-08 21:50:32 +08:00
2019-08-08 21:50:32 +08:00
2019-08-08 21:50:32 +08:00

Unzip

Golang *.zip decompress.

Build Status GoDoc

Golang *.tar.xz 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()
Description
No description provided
Readme 31 KiB
Languages
Go 100%