From: Cherry Mui Date: Thu, 18 May 2023 04:13:11 +0000 (-0400) Subject: doc/go1.21: fix HTML formatting X-Git-Tag: go1.21rc1~462 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=33a601bf7d8e330d7c6ce1044f2c6a1df4f4fb5d;p=gostls13.git doc/go1.21: fix HTML formatting Fix formatting mistakes in my previous CLs -- a missing code tag and a broken comment tag. Change-Id: I7f558f59b4e8fe9cb398d0093e5389b968d89eb3 Reviewed-on: https://go-review.googlesource.com/c/go/+/496115 Run-TryBot: Cherry Mui Reviewed-by: Dmitri Shuralyov Auto-Submit: Cherry Mui TryBot-Result: Gopher Robot Reviewed-by: Dmitri Shuralyov --- diff --git a/doc/go1.21.html b/doc/go1.21.html index 66bf5470ba..7cbd31d025 100644 --- a/doc/go1.21.html +++ b/doc/go1.21.html @@ -43,16 +43,17 @@ Do not send CLs removing the interior tags from such phrases. As a result of the addition of the new GOOS value "wasip1", Go files named *_wasip1.go will now be ignored - by Go tools except when that GOOS value is being used. If you - have existing filenames matching that pattern, you will need to - rename them. + by Go tools except when that GOOS value is being + used. + If you have existing filenames matching that pattern, you will + need to rename them.

Tools

Go command

-

<-- https://go.dev/issue/58099, CL 474236 --> +

The -pgo build flag now defaults to -pgo=auto, and the restriction of specifying a single main package on the command line is now removed. If a file named default.pgo is present