From 402558c226bceb32d9a9c7fe2ecdc85f97c66eeb Mon Sep 17 00:00:00 2001 From: yige Date: Mon, 2 Sep 2019 00:38:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 677482b..546d2e7 100644 --- a/README.md +++ b/README.md @@ -17,3 +17,7 @@ import "github.com/yi-ge/unzip" u := unzip.New(filePath, outDir) err := u.Extract() ``` + +## Notice + +由于 Golang1.12 不再支持 Windows XP,因此使用 Golang 自带的 zip 库将在 XP 系统下发生报错,此库对老版本的支持则是自动下载远程`unzip.exe`并自动调用[http://infozip.sourceforge.net/UnZip.html](http://infozip.sourceforge.net/UnZip.html)实现。