Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type T ¶
type T struct {
W WeekDay `json:"weekday"` // field level comment
// kek
W2 WeekDay2 `json:"weekday2"` // kek
W3 WeekDay3 `json:"weekday3"`
}
struct level comment
type User ¶
type User struct {
M
NestedStruct struct {
UserTag
}
CustomArray *CustomArray `json:"k"`
FirstName *string `json:"firstname"`
SecondName string `json:"secondName"` // hello
Tags []UserTag `json:"tags"` // dima
}
user
Click to show internal directories.
Click to hide internal directories.