From 74dc84a0e54f2ad1eaec07212b2908a1e55f5e93 Mon Sep 17 00:00:00 2001
From: "Bryan C. Mills"
Date: Fri, 27 May 2022 16:51:06 -0400
Subject: [PATCH] doc/go1.19: add a release note for CL 404134
For #51473.
Change-Id: I01a35e5ebc83b8b72e414ed1730e9147ea590959
Reviewed-on: https://go-review.googlesource.com/c/go/+/409176
Reviewed-by: Ian Lance Taylor
TryBot-Result: Gopher Robot
Run-TryBot: Bryan Mills
Auto-Submit: Bryan Mills
Reviewed-by: Dmitri Shuralyov
---
doc/go1.19.html | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/doc/go1.19.html b/doc/go1.19.html
index f57451eb4f..be313f0f3b 100644
--- a/doc/go1.19.html
+++ b/doc/go1.19.html
@@ -50,6 +50,13 @@ Do not send CLs removing the interior tags from such phrases.
with -trimpath
.
+
+ go
test
and go
generate
now place
+ GOROOT/bin
at the beginning of the PATH
used for the
+ subprocess, so tests and generators that execute the go
command
+ will resolve it to same GOROOT
.
+
+
go
env
now quotes entries that contain spaces in
the CGO_CFLAGS
, CGO_CPPFLAGS
, CGO_CXXFLAGS
, CGO_FFLAGS
, CGO_LDFLAGS
,
--
2.50.0