From f88ca00814c8e0d02b44c8f05e9a3ada8e0f9978 Mon Sep 17 00:00:00 2001 From: yige Date: Thu, 8 Aug 2019 21:55:17 +0800 Subject: [PATCH] init --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 8580400..677482b 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,9 @@ # Unzip -Golang \*.zip decompress. - [![Build Status](https://img.shields.io/travis/com/yi-ge/unzip/master.svg)](https://travis-ci.com/yi-ge/unzip) [![GoDoc](https://godoc.org/github.com/yi-ge/unzip?status.svg)](https://godoc.org/github.com/yi-ge/unzip) -Golang \*.tar.xz decompress. +Golang \*.zip decompress. Fork from [https://github.com/artdarek/go-unzip](https://github.com/artdarek/go-unzip) and remove print, add support for Symlink.