From: Bryan C. Mills Date: Fri, 27 May 2022 20:51:06 +0000 (-0400) Subject: doc/go1.19: add a release note for CL 404134 X-Git-Tag: go1.19beta1~85 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=74dc84a0e54f2ad1eaec07212b2908a1e55f5e93;p=gostls13.git 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 --- 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,