fix: split

This commit is contained in:
2025-02-17 22:35:48 +07:00
parent a04285b63f
commit c1a21a5fa4
3 changed files with 17 additions and 8 deletions

View File

@@ -16,6 +16,5 @@ func main() {
defer file.Close()
structFields := utils.GetStructFields(file, structName)
generation.Generate(structName, structFields)
}