From 93889bd7347890cd34aa8b543206514be440309d Mon Sep 17 00:00:00 2001 From: qydysky Date: Tue, 28 Jul 2020 07:11:30 +0800 Subject: [PATCH] 10 --- Zip.go | 1 + 1 file changed, 1 insertion(+) diff --git a/Zip.go b/Zip.go index d784eba..d0d0450 100644 --- a/Zip.go +++ b/Zip.go @@ -139,6 +139,7 @@ func (this *lzip) UnZip(zipFile string, destDir string) error { type rZip struct { poit *zip.ReadCloser buf map[string]*zip.File + sync.Mutex } func RZip() *rZip {return &rZip{}} -- 2.39.2