Print the struct names for the rover
This commit is contained in:
parent
e804cdf12b
commit
b9dd1f60bc
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ func InnerMain(command string) error {
|
||||||
return fmt.Errorf("Server returned failure: %s", response.Error)
|
return fmt.Errorf("Server returned failure: %s", response.Error)
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
fmt.Printf("attributes: %v\n", response.Attributes)
|
fmt.Printf("attributes: %+v\n", response.Attributes)
|
||||||
}
|
}
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Add table
Reference in a new issue