new sw show template

This commit is contained in:
2026-01-28 18:53:14 +01:00
parent b6466061bd
commit 123af105f4
10 changed files with 125 additions and 64 deletions
+1
View File
@@ -72,6 +72,7 @@ func (fr *FileRepository) UnzipFile(path, destPath string) error {
for _, f := range r.File {
path := filepath.Join(fullDestPath, f.Name)
fmt.Printf("ZIP: Extracting %s\n", path)
if f.FileInfo().IsDir() {
os.MkdirAll(path, 0755)