Print the list of rovers from the radar response

This commit is contained in:
Marc Di Luzio 2020-06-05 23:18:07 +01:00
parent 3dbdbd248e
commit 6bc52a130d

View file

@ -166,8 +166,7 @@ func main() {
os.Exit(1)
} else {
// TODO: Pretify the response
fmt.Printf("%+v\n", response)
fmt.Printf("nearby rovers: %+v\n", response.Rovers)
}
case "rover":