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

@@ -29,7 +29,7 @@ func GetStructList(filePath string) []string {
}
if s.Err() != nil {
log.Fatalf("")
log.Fatalf("Unexpected scanner error: %s", err)
}
return structNames