Documentation ¶ Index ¶ type Person 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"` } Person holds someone's most important attributes Source Files ¶ View all Source files person.go Click to show internal directories. Click to hide internal directories.