mirror of
https://github.com/soypat/lneto.git
synced 2026-09-11 00:59:30 +00:00
apply go fix
This commit is contained in:
@@ -28,7 +28,7 @@ func TestAcceptConnDoesNotAllocate(t *testing.T) {
|
|||||||
c.Close()
|
c.Close()
|
||||||
}
|
}
|
||||||
}()
|
}()
|
||||||
for i := 0; i < n; i++ {
|
for range n {
|
||||||
c, err := net.Dial("tcp", addr)
|
c, err := net.Dial("tcp", addr)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Fatal(err)
|
t.Fatal(err)
|
||||||
|
|||||||
Reference in New Issue
Block a user