From 3140625606f83328a5c7754fd952ed8d52a76404 Mon Sep 17 00:00:00 2001 From: Cherry Mui Date: Tue, 22 Feb 2022 12:54:57 -0500 Subject: [PATCH] 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 --- doc/go1.18.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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