DocumentationNeedsInvestigationhelp wanted
仓库指标
- Star
- (133,883 star)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
Guys, how are you?
I have a suggestion to improve doc about parameter PreferGo on struct Resolver based on a comment in another issue. https://github.com/golang/go/issues/19268#issuecomment-345384876
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: https://github.com/golang/go/blob/a38a917aee626a9b9d5ce2b93964f586bf759ea0/src/net/lookup.go#L120