mirror of
https://github.com/golang/go
synced 2024-11-26 04:58:00 -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:
parent
bdb8044665
commit
a0eb662d85
@ -25,8 +25,12 @@ Do not send CLs removing the interior tags from such phrases.
|
||||
|
||||
<h2 id="language">Changes to the language</h2>
|
||||
|
||||
<p>
|
||||
TODO: complete this section
|
||||
<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>
|
||||
|
||||
<p><!-- CL 312212 -->
|
||||
TODO: <a href="https://golang.org/cl/312212">https://golang.org/cl/312212</a>: add unsafe.Add and unsafe.Slice
|
||||
</p>
|
||||
|
||||
<h2 id="ports">Ports</h2>
|
||||
@ -411,14 +415,6 @@ Do not send CLs removing the interior tags from such phrases.
|
||||
</dd>
|
||||
</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>
|
||||
<dd>
|
||||
<p><!-- CL 170079 -->
|
||||
|
Loading…
Reference in New Issue
Block a user