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 3a98262 commit 1b1c14aCopy full SHA for 1b1c14a
1 file changed
client_test.go
@@ -335,7 +335,6 @@ func TestTypedConcurrent(t *testing.T) {
335
var g errgroup.Group
336
337
for i := range 100 {
338
- i := i
339
g.Go(func() error {
340
for j := range 10 {
341
text := fmt.Sprintf("%d-%d", i, j)
0 commit comments