net.conf.resolv (field)
9 uses
net (current package)
conf.go#L32: resolv *dnsConfig
conf.go#L100: confVal.resolv = dnsReadConfig("/etc/resolv.conf")
conf.go#L101: if confVal.resolv.err != nil && !os.IsNotExist(confVal.resolv.err) &&
conf.go#L102: !os.IsPermission(confVal.resolv.err) {
conf.go#L133: if c.forceCgoLookupHost || c.resolv.unknownOpt || c.goos == "android" {
conf.go#L148: if os.IsNotExist(c.resolv.err) {
conf.go#L151: lookup := c.resolv.lookup
dnsclient_unix.go#L334: conf.dnsConfig = systemConf().resolv
 |
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. |