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 650a22d commit bfb7353Copy full SHA for bfb7353
examples/basic/slices/slice_iter_all.go
@@ -37,7 +37,7 @@ func IterAll() error {
37
var (
38
m = maps.Collect(it)
39
)
40
- output.Stdoutf("[key=3]", m[3])
+ output.Stdoutl("[key=3]", m[3])
41
42
return nil
43
}
0 commit comments