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