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 ( import (
"archive/zip" "archive/zip"
"bytes" "bytes"
"fmt"
"io" "io"
"io/ioutil" "io/ioutil"
"os" "os"
@ -157,7 +156,7 @@ func cloneZipItem(f *zip.File, dest string) error {
if nil == err { if nil == err {
fileName = string(data) fileName = string(data)
} else { } else {
logger.Error(err) logger.Error(err)
} }
} }