File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,10 +68,10 @@ GODEBUG environment variable (see package runtime) to go or cgo, as in:
68
68
69
69
The decision can also be forced while building the Go source tree
70
70
by setting the netgo or netcgo build tag.
71
- The netgo build flag disables entirely the use of the native (CGO) resolver,
71
+ The netgo build tag disables entirely the use of the native (CGO) resolver,
72
72
meaning the Go resolver is the only one that can be used.
73
73
With the netcgo build tag the native and the pure Go resolver are compiled into the binary,
74
- but the native (CGO) resolver is preferred over the Go resolver, no matter the system configuration .
74
+ but the native (CGO) resolver is preferred over the Go resolver.
75
75
With netcgo, the Go resolver can still be forced at runtime with GODEBUG=netdns=go.
76
76
77
77
A numeric netdns setting, as in GODEBUG=netdns=1, causes the resolver
You can’t perform that action at this time.
0 commit comments