net.dnsConfig.err (field)
7 uses
net (current package)
conf.go#L101: if confVal.resolv.err != nil && !os.IsNotExist(confVal.resolv.err) &&
conf.go#L102: !os.IsPermission(confVal.resolv.err) {
conf.go#L148: if os.IsNotExist(c.resolv.err) {
dnsconfig_unix.go#L32: err error // any error that occurs during open of resolv.conf
dnsconfig_unix.go#L50: conf.err = err
dnsconfig_unix.go#L59: conf.err = err
![]() |
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. |