package main type Surfers struct { Name string `json:"name"` Color string `json:"color"` Priority string `json:"priority"` }