mirror of
https://github.com/soypat/lneto.git
synced 2026-08-16 12:53:26 +00:00
apply go fix
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user