Skip to content

Commit 80ee1f8

Browse files
Fix: fixed bug in go example
1 parent 19ce626 commit 80ee1f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/example/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ func printAboutMe(sdk *v4.LookerSDK) {
4848
fmt.Printf("Error getting myself %v\n", err)
4949
}
5050
if len(users) != 1 {
51-
fmt.Printf("Found %d users with my email expected 1\n")
51+
fmt.Printf("Found %d users with my email expected 1\n", len(users))
5252
}
5353
}
5454

0 commit comments

Comments
 (0)