1
0
mirror of https://github.com/golang/go synced 2024-11-26 09:18:07 -07:00

doc/go1.17: move language specification TODO to the right place

It was misplaced by the relnote tool.

Also add a TODO for CL 312212, per discussion in golang.org/issue/46020.

For #44513.
For #46020.

Change-Id: I8d766df969f85c351ead18df3e45adb6fb27b7a0
Reviewed-on: https://go-review.googlesource.com/c/go/+/317829
Trust: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Carlos Amedee <carlos@golang.org>
This commit is contained in:
Dmitri Shuralyov 2021-05-06 22:52:51 +00:00
parent bdb8044665
commit a0eb662d85

View File

@ -25,8 +25,12 @@ Do not send CLs removing the interior tags from such phrases.
<h2 id="language">Changes to the language</h2> <h2 id="language">Changes to the language</h2>
<p> <p><!-- CL 216424 -->
TODO: complete this section TODO: <a href="https://golang.org/cl/216424">https://golang.org/cl/216424</a>: allow conversion from slice to array ptr
</p>
<p><!-- CL 312212 -->
TODO: <a href="https://golang.org/cl/312212">https://golang.org/cl/312212</a>: add unsafe.Add and unsafe.Slice
</p> </p>
<h2 id="ports">Ports</h2> <h2 id="ports">Ports</h2>
@ -411,14 +415,6 @@ Do not send CLs removing the interior tags from such phrases.
</dd> </dd>
</dl><!-- reflect --> </dl><!-- reflect -->
<dl id="spec"><dt><a href="/pkg/spec/">spec</a></dt>
<dd>
<p><!-- CL 216424 -->
TODO: <a href="https://golang.org/cl/216424">https://golang.org/cl/216424</a>: allow conversion from slice to array ptr
</p>
</dd>
</dl><!-- spec -->
<dl id="strconv"><dt><a href="/pkg/strconv/">strconv</a></dt> <dl id="strconv"><dt><a href="/pkg/strconv/">strconv</a></dt>
<dd> <dd>
<p><!-- CL 170079 --> <p><!-- CL 170079 -->