apply go fix

This commit is contained in:
Patricio Whittingslow
2026-07-28 11:25:43 -03:00
parent 5bc1a20454
commit d0172e42a1
+1 -1
View File
@@ -28,7 +28,7 @@ func TestAcceptConnDoesNotAllocate(t *testing.T) {
c.Close()
}
}()
for i := 0; i < n; i++ {
for range n {
c, err := net.Dial("tcp", addr)
if err != nil {
t.Fatal(err)