Give the rover name a json representation in lowercase

This commit is contained in:
Marc Di Luzio 2020-06-06 19:11:12 +01:00
parent 3274bc93b9
commit 55cfa37ac5

View file

@ -11,7 +11,7 @@ type RoverAttributes struct {
Range int `json:"range"`
// Name of this rover
Name string
Name string `json:"name"`
// Pos represents where this rover is in the world
Pos Vector `json:"pos"`