package data // Person holds someone's most important attributes type Person struct { // Name is the person's name Name string `json:"name"` }