mirror of https://github.com/golang/go.git
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>
This commit is contained in:
parent
835a946137
commit
0c3a0543c2
|
|
@ -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
|
the <code>go</code> command and by Bazel. Any other build systems
|
||||||
that invoke the Go compiler directly will need to make sure they
|
that invoke the Go compiler directly will need to make sure they
|
||||||
pass this flag as well.
|
pass this flag as well.
|
||||||
|
|
||||||
<p>
|
|
||||||
TODO: complete this section, or delete if not needed
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2 id="linker">Linker</h2>
|
<h2 id="linker">Linker</h2>
|
||||||
<p>
|
<p>
|
||||||
TODO: complete this section, or delete if not needed
|
TODO: complete this section, or delete if not needed
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue