sunsheng 1 年之前
父節點
當前提交
558f49a2ef
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      utils/zip.go

+ 1 - 1
utils/zip.go

@@ -66,7 +66,7 @@ func walkFunc(rootPath string, zipWriter *zip.Writer) filepath.WalkFunc {
 		}
 		if info.IsDir() {
 			// header.Name += string(os.PathSeparator)
-			header.Name += "\\"
+			header.Name += string(os.PathSeparator)
 			fmt.Println(header.Name)
 		}