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 77dabc3 commit aaba70aCopy full SHA for aaba70a
example_test.go
@@ -304,8 +304,8 @@ func ExampleClient_ScanType_Type_Hash() {
304
break
305
}
306
307
- fmt.Printf("%d keys ready for use\n", len(allKeys))
308
- // Output: 33 keys ready for use\n
+ fmt.Printf("%d keys ready for use", len(allKeys))
+ // Output: 33 keys ready for use
309
310
311
// ExampleMapStringStringCmd_Scan shows how to scan the results of a map fetch
0 commit comments