Files
nto-cli/example_structs/post.go

5 lines
123 B
Go

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