robo/robo.go

8 lines
69 B
Go

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