From: Cherry Mui Date: Tue, 22 Feb 2022 17:54:57 +0000 (-0500) Subject: doc/go1.18: correct "go build -asan" HTML tag X-Git-Tag: go1.18~33^2~31 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=3140625606;p=gostls13.git doc/go1.18: correct "go build -asan" HTML tag The tag was "go-mod-vendor", which doesn't match the content. Also move that section later, so "go mod" sections stay together. For #47694. Change-Id: Id4fa7ee0768682a9aadfeb1b2f1d723e7521896b Reviewed-on: https://go-review.googlesource.com/c/go/+/387354 Trust: Cherry Mui Reviewed-by: Ian Lance Taylor --- diff --git a/doc/go1.18.html b/doc/go1.18.html index 8617dd8fe1..25d85dd92a 100644 --- a/doc/go1.18.html +++ b/doc/go1.18.html @@ -333,15 +333,6 @@ Do not send CLs removing the interior tags from such phrases. third-party tools that need to collect package source code.)

-

go build -asan

- -

- The go build command and related commands - now support an -asan flag that enables interoperation - with C (or C++) code compiled with the address sanitizer (C compiler - option -fsanitize=address). -

-

go mod tidy

@@ -369,6 +360,15 @@ Do not send CLs removing the interior tags from such phrases. documentation.

+

go build -asan

+ +

+ The go build command and related commands + now support an -asan flag that enables interoperation + with C (or C++) code compiled with the address sanitizer (C compiler + option -fsanitize=address). +

+

go test