package structs type coord struct { x float64 y float64 }