|
|
|
|
|
by Scaevolus
3595 days ago
|
|
Go generally links to libc to use the system's getaddrinfo-- some OSes override it to do special things with dynamically discovered hosts on local networks, interfacing with LDAP/AD, etc. If you use `CGO_ENABLED=0 go build`, it should make a statically linked executable. |
|
https://golang.org/pkg/net/