Files
nto-cli/example_structs/post.go
2025-02-11 18:51:25 +07:00

5 lines
106 B
Go

package structs
type Post struct {
title string `json sex`
}