unzip/README.md
2019-08-08 21:50:32 +08:00

541 B

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