aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Clements <austin@google.com>2022-06-06 17:05:49 -0400
committerAustin Clements <austin@google.com>2022-06-07 16:59:48 +0000
commit0c3a0543c2e4322ff3dccf6e2b82a7fbafaaabea (patch)
tree1fd1a98043000de0f1ec23bd4cb6884464c59452
parent835a94613703bb856ea4d16f05c116399c4b2fc9 (diff)
downloadgo-0c3a0543c2e4322ff3dccf6e2b82a7fbafaaabea.tar.gz
go-0c3a0543c2e4322ff3dccf6e2b82a7fbafaaabea.zip
doc/go1.19: compiler section is complete, modulo TODOs
For #51400 Change-Id: I964e52e0a36e7bbe77175670e93ce8c99e7dab6d Reviewed-on: https://go-review.googlesource.com/c/go/+/410367 Reviewed-by: Matthew Dempsky <mdempsky@google.com> Reviewed-by: Cherry Mui <cherryyz@google.com>
-rw-r--r--doc/go1.19.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/go1.19.html b/doc/go1.19.html
index 62129160c5..a39eaf79d5 100644
--- a/doc/go1.19.html
+++ b/doc/go1.19.html
@@ -185,10 +185,8 @@ Do not send CLs removing the interior tags from such phrases.
the <code>go</code> command and by Bazel. Any other build systems
that invoke the Go compiler directly will need to make sure they
pass this flag as well.
-
-<p>
- TODO: complete this section, or delete if not needed
</p>
+
<h2 id="linker">Linker</h2>
<p>
TODO: complete this section, or delete if not needed