This commit is contained in:
Liang Ding 2015-04-01 10:47:12 +08:00
parent fec7480be9
commit 06d56e7151
1 changed files with 1 additions and 2 deletions

View File

@ -17,7 +17,6 @@ package util
import (
"archive/zip"
"bytes"
"fmt"
"io"
"io/ioutil"
"os"
@ -157,7 +156,7 @@ func cloneZipItem(f *zip.File, dest string) error {
if nil == err {
fileName = string(data)
} else {
logger.Error(err)
logger.Error(err)
}
}