Files
nto-cli/example_structs/post.go
2025-02-12 17:00:09 +07:00

5 lines
114 B
Go

package structs
type Post struct {
title string `ui:",hidden,asd"`
}