package structs type Force struct { X, Y float64 } type Coord struct { X, Y float64 }