sunsheng há 1 ano atrás
pai
commit
558f49a2ef
1 ficheiros alterados com 1 adições e 1 exclusões
  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)
 		}