From b9dd1f60bc47075c6080067955ff4603622af3da Mon Sep 17 00:00:00 2001 From: Marc Di Luzio Date: Sat, 6 Jun 2020 17:20:56 +0100 Subject: [PATCH] Print the struct names for the rover --- cmd/rove/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/rove/main.go b/cmd/rove/main.go index 9497573..1f673f1 100644 --- a/cmd/rove/main.go +++ b/cmd/rove/main.go @@ -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: