package board type Coordinate struct { X int `json:"x"` Y int `json:"y"` }