Skip to content

Commit 1b5ee18

Browse files
committed
Print the UUID that Go sends
- Need to see it to compare to Java and C++
1 parent 48b0e1c commit 1b5ee18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/go/src/bin/testclient/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ func callEverything(client *thrifttest.ThriftTestClient) {
152152
0xaa, 0xbb, 0xcc, 0xdd, 0xee, 0xff,
153153
}
154154
u, err := client.TestUuid(defaultCtx, uout)
155+
t.Printf("TestUuid(%v)", uout)
155156
if err != nil {
156157
t.Fatalf("TestUuid failed with %v", err)
157158
}

0 commit comments

Comments
 (0)