package robo const Port = 1337 type Point struct { X, Y float64 }