meta parsing

This commit is contained in:
2025-02-12 17:00:09 +07:00
parent 653c667e57
commit 5380bd109a
8 changed files with 32 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
package structs
type Post struct {
title string `json sex`
title string `ui:",hidden,asd"`
}