From b80f1a6a04aafdcd9849c887e4aa7a952dae1c48 Mon Sep 17 00:00:00 2001 From: Davis Goodin Date: Wed, 13 Dec 2023 11:38:01 -0800 Subject: [PATCH] doc: improve release note for Windows hosts file being respected Make a grammar fix (searches -> searches for) and simplify "when building with" phrase. For #61422. Change-Id: I179b3816c0e223a16e4969290b2c1ed19d44c556 Reviewed-on: https://go-review.googlesource.com/c/go/+/549457 Reviewed-by: Bryan Mills LUCI-TryBot-Result: Go LUCI Auto-Submit: Bryan Mills Reviewed-by: Quim Muntal Reviewed-by: Michael Pratt --- doc/go1.22.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/go1.22.html b/doc/go1.22.html index 233f7e1fb01599..cd20bb747908e7 100644 --- a/doc/go1.22.html +++ b/doc/go1.22.html @@ -621,8 +621,8 @@

Minor changes to the library

- The Go DNS Resolver, used when building the binary with "-tags=netgo", - now searches a matching name in the Windows hosts file, + The Go DNS Resolver, used when building with "-tags=netgo", + now searches for a matching name in the Windows hosts file, located at %SystemRoot%\System32\drivers\etc\hosts, before making a DNS query.