Skip to content

Commit b3853e9

Browse files
committed
update
Change-Id: I03983af1e27c0ee2b15683a62931314b480b51dd
1 parent de542f1 commit b3853e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/net/net.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ GODEBUG environment variable (see package runtime) to go or cgo, as in:
6868
6969
The decision can also be forced while building the Go source tree
7070
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,
7272
meaning the Go resolver is the only one that can be used.
7373
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.
7575
With netcgo, the Go resolver can still be forced at runtime with GODEBUG=netdns=go.
7676
7777
A numeric netdns setting, as in GODEBUG=netdns=1, causes the resolver

0 commit comments

Comments
 (0)