Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Person ¶
type Person struct {
// Name is the person's name
Name string `json:"name"`
// Counts tracks the number of time the person
// has been greeted in various ways
Counts []int `json:"counts"`
// Birthday is the person's birthday
Birthday time.Time `json:"birthday"`
}
Person holds someone's most important attributes
Click to show internal directories.
Click to hide internal directories.