mirror of
https://github.com/opbnq-q/nto-cli.git
synced 2025-12-06 17:50:34 +07:00
5 lines
114 B
Go
5 lines
114 B
Go
package structs
|
|
|
|
type Post struct {
|
|
title string `ui:",hidden,asd"`
|
|
} |