var net.resolvConf
9 uses
net (current package)
dnsclient_unix.go#L328: var resolvConf resolverConfig
dnsclient_unix.go#L399: resolvConf.tryUpdate("/etc/resolv.conf")
dnsclient_unix.go#L400: resolvConf.mu.RLock()
dnsclient_unix.go#L401: conf := resolvConf.dnsConfig
dnsclient_unix.go#L402: resolvConf.mu.RUnlock()
dnsclient_unix.go#L576: resolvConf.tryUpdate("/etc/resolv.conf")
dnsclient_unix.go#L577: resolvConf.mu.RLock()
dnsclient_unix.go#L578: conf := resolvConf.dnsConfig
dnsclient_unix.go#L579: resolvConf.mu.RUnlock()
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)