var net.errNoSuchHost
10 uses
net (current package)
dnsclient_unix.go#L187: return errNoSuchHost
dnsclient_unix.go#L220: return errNoSuchHost
dnsclient_unix.go#L283: if err == errNoSuchHost {
dnsclient_unix.go#L303: if err == errNoSuchHost {
dnsclient_unix.go#L397: return dnsmessage.Parser{}, "", &DNSError{Err: errNoSuchHost.Error(), Name: name, IsNotFound: true}
dnsclient_unix.go#L574: return nil, dnsmessage.Name{}, &DNSError{Err: errNoSuchHost.Error(), Name: name, IsNotFound: true}
lookup.go#L179: return nil, &DNSError{Err: errNoSuchHost.Error(), Name: host, IsNotFound: true}
lookup.go#L265: return nil, &DNSError{Err: errNoSuchHost.Error(), Name: host, IsNotFound: true}
net.go#L601: errNoSuchHost = errors.New("no such host")
cgo_unix.go#L181: err = errNoSuchHost
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |