working commit

This commit is contained in:
2026-02-21 20:07:37 +02:00
parent c6ce50308d
commit 685880c8a8
45 changed files with 255 additions and 453 deletions
+3
View File
@@ -24,5 +24,8 @@ func DirExists(name string) bool {
return false
}
}
if fileStat == nil {
return false
}
return fileStat.IsDir()
}