Give the rover name a json representation in lowercase
This commit is contained in:
parent
3274bc93b9
commit
55cfa37ac5
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ type RoverAttributes struct {
|
||||||
Range int `json:"range"`
|
Range int `json:"range"`
|
||||||
|
|
||||||
// Name of this rover
|
// Name of this rover
|
||||||
Name string
|
Name string `json:"name"`
|
||||||
|
|
||||||
// Pos represents where this rover is in the world
|
// Pos represents where this rover is in the world
|
||||||
Pos Vector `json:"pos"`
|
Pos Vector `json:"pos"`
|
||||||
|
|
Loading…
Add table
Reference in a new issue