We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00366c2 commit 586ea5dCopy full SHA for 586ea5d
test/integration_test.go
@@ -38,7 +38,7 @@ import (
38
var localhostIP string
39
40
func init() {
41
- ln, err := net.Listen("tcp", ":8080")
+ ln, err := net.Listen("tcp", "localhost:8080")
42
if err != nil {
43
return
44
}
0 commit comments