This website requires JavaScript.
Explore
Help
Sign In
dm
/
robo
Watch
1
Star
0
Fork
0
You've already forked robo
Code
Issues
Pull Requests
Activity
b50556eadd
robo
/
robo.go
8 lines
69 B
Go
Raw
Normal View
History
Unescape
Escape
added simple client/server
2015-02-04 21:08:44 -08:00
package
robo
const
Port
=
1337
Added Point, talking with gob
2015-02-04 21:24:45 -08:00
type
Point
struct
{
X
,
Y
float64
}
Reference in New Issue
Copy Permalink