Print the list of rovers from the radar response
This commit is contained in:
parent
3dbdbd248e
commit
6bc52a130d
1 changed files with 1 additions and 2 deletions
|
@ -166,8 +166,7 @@ func main() {
|
||||||
os.Exit(1)
|
os.Exit(1)
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
// TODO: Pretify the response
|
fmt.Printf("nearby rovers: %+v\n", response.Rovers)
|
||||||
fmt.Printf("%+v\n", response)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
case "rover":
|
case "rover":
|
||||||
|
|
Loading…
Add table
Reference in a new issue