8 lines
69 B
Go
8 lines
69 B
Go
package robo
|
|
|
|
const Port = 1337
|
|
|
|
type Point struct {
|
|
X, Y float64
|
|
}
|