net.Resolver.strictErrors (method)
3 uses
net (current package)
dnsclient_unix.go#L413: if nerr, ok := err.(Error); ok && nerr.Temporary() && r.strictErrors() {
dnsclient_unix.go#L619: if nerr, ok := result.error.(Error); ok && nerr.Temporary() && r.strictErrors() {
lookup.go#L158: func (r *Resolver) strictErrors() bool { return r != nil && r.StrictErrors }
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)