We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19ce626 commit 80ee1f8Copy full SHA for 80ee1f8
go/example/main.go
@@ -48,7 +48,7 @@ func printAboutMe(sdk *v4.LookerSDK) {
48
fmt.Printf("Error getting myself %v\n", err)
49
}
50
if len(users) != 1 {
51
- fmt.Printf("Found %d users with my email expected 1\n")
+ fmt.Printf("Found %d users with my email expected 1\n", len(users))
52
53
54
0 commit comments