fix: gofmt && little fixes

This commit is contained in:
2025-03-07 22:27:13 +07:00
parent e6f21d1bb2
commit d522bd3841
7 changed files with 25 additions and 22 deletions

View File

@@ -9,7 +9,7 @@ import (
func FindFrontendPath() string {
currentPath, err := os.Getwd()
if err != nil {
panic(err)
log.Fatalf("Failed to find path for frontend: %s", err)
}
var dirs []string