feat: tag parsing

This commit is contained in:
2025-02-13 19:21:14 +07:00
parent 5380bd109a
commit a1df30a318
7 changed files with 51 additions and 17 deletions

View File

@@ -18,5 +18,5 @@ func main() {
structFields := utils.GetStructFields(file, structName)
fmt.Println(structFields)
fmt.Printf("%+v\n", structFields)
}