feat: hide implement models from select

This commit is contained in:
2025-03-08 21:37:49 +07:00
parent e694fce7c7
commit fb59bf979c
6 changed files with 40 additions and 9 deletions

View File

@@ -18,6 +18,7 @@ func main() {
log.Fatalf("Failed to open file: %s", err)
}
structFields := utils.GetStructFields(file, structName)
_ = file.Close()
generation.Generate(structName, structFields)
}
}