From 33a601bf7d8e330d7c6ce1044f2c6a1df4f4fb5d Mon Sep 17 00:00:00 2001 From: Cherry Mui Date: Thu, 18 May 2023 00:13:11 -0400 Subject: [PATCH] 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 --- doc/go1.21.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 -- 2.50.0