Print the struct names for the rover

This commit is contained in:
Marc Di Luzio 2020-06-06 17:20:56 +01:00
parent e804cdf12b
commit b9dd1f60bc

View file

@ -184,7 +184,7 @@ func InnerMain(command string) error {
return fmt.Errorf("Server returned failure: %s", response.Error)
} else {
fmt.Printf("attributes: %v\n", response.Attributes)
fmt.Printf("attributes: %+v\n", response.Attributes)
}
default: