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) 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":