Skip to content

Instantly share code, notes, and snippets.

@pnasrat
Created April 25, 2014 22:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pnasrat/11305152 to your computer and use it in GitHub Desktop.
Save pnasrat/11305152 to your computer and use it in GitHub Desktop.
```
--- FAIL: TestDialDualStackLocalhost (0.00 seconds)
dial_test.go:547: Dial failed: dial tcp 127.0.0.1:34228: connection refused
--- FAIL: TestLookupHost (0.00 seconds)
hosts_test.go:78: LookupHost("localhost") = [127.0.0.1 127.0.0.1], has duplicate addresses
--- FAIL: TestResolveIPAddr (0.00 seconds)
ipraw_test.go:74: ResolveIPAddr(ip6, localhost) failed: no suitable address found
--- FAIL: TestResolveTCPAddr (0.00 seconds)
tcp_test.go:321: ResolveTCPAddr("tcp6", "localhost:7") failed: no suitable address found
--- FAIL: TestResolveUDPAddr (0.00 seconds)
udp_test.go:19: ResolveUDPAddr("udp6", "localhost:7") failed: no suitable address found
FAIL
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment