Guys, how are you?
I have a suggestion to improve doc about parameter PreferGo on struct Resolver based on a comment in another issue. #19268 (comment)
Suggestion adds more a small text:
When you use the variable PreferGo set to true you will be
able to use your dial, If you use PreferGo set to false it will ignore
your dial and use directly "/etc/resolv.conf "
Reference Doc:
|
// PreferGo controls whether Go's built-in DNS resolver is preferred |
Guys, how are you?
I have a suggestion to improve doc about parameter
PreferGoon struct Resolver based on a comment in another issue. #19268 (comment)Suggestion adds more a small text:
Reference Doc:
go/src/net/lookup.go
Line 120 in a38a917