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

@@ -1,5 +1,5 @@
package structs
type Post struct {
title string `ui:",hidden,asd"`
title string `ui:"hidden,asd,ass=[s;s]"`
}