robo/robo.go

8 lines
69 B
Go
Raw Normal View History

2015-02-04 21:08:44 -08:00
package robo
const Port = 1337
2015-02-04 21:24:45 -08:00
type Point struct {
X, Y float64
}