From 3b6b9a7ef0b4849d87e7d30fbf1ef3255ea99f69 Mon Sep 17 00:00:00 2001
From: "Bryan C. Mills"
Date: Fri, 27 May 2022 16:39:54 -0400
Subject: [PATCH] doc/go1.19: add release note for CL 398058
Change-Id: I483de9a6a2016432df13e030c675d42470db9ed1
Reviewed-on: https://go-review.googlesource.com/c/go/+/409175
Run-TryBot: Bryan Mills
TryBot-Result: Gopher Robot
Reviewed-by: Dmitri Shuralyov
Auto-Submit: Bryan Mills
Reviewed-by: Ian Lance Taylor
---
doc/go1.19.html | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/doc/go1.19.html b/doc/go1.19.html
index df2166d3c1..f57451eb4f 100644
--- a/doc/go1.19.html
+++ b/doc/go1.19.html
@@ -31,9 +31,6 @@ Do not send CLs removing the interior tags from such phrases.
TODO: complete this section, or delete if not needed
Go command
-
- TODO: https://go.dev/cl/398058: cmd/go: quote fragments in CGO_ env variables reported by 'go env'
-
TODO: complete this section.
@@ -53,6 +50,13 @@ Do not send CLs removing the interior tags from such phrases.
with -trimpath
.
+
+ go
env
now quotes entries that contain spaces in
+ the CGO_CFLAGS
, CGO_CPPFLAGS
, CGO_CXXFLAGS
, CGO_FFLAGS
, CGO_LDFLAGS
,
+ and GOGCCFLAGS
variables it reports.
+
+
+
New unix
build constraint
--
2.50.0