switch from single point to Event

This commit is contained in:
sm
2015-02-05 21:34:35 -08:00
parent f4748ee52c
commit 5068159a31
3 changed files with 17 additions and 23 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ func main() {
dec := gob.NewDecoder(conn)
for {
point := robo.Point{}
point := robo.Event{}
err = dec.Decode(&point)
if err != nil {
break