]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.17: move language specification TODO to the right place
authorDmitri Shuralyov <dmitshur@golang.org>
Thu, 6 May 2021 22:52:51 +0000 (22:52 +0000)
committerDmitri Shuralyov <dmitshur@golang.org>
Fri, 7 May 2021 14:16:52 +0000 (14:16 +0000)
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>
doc/go1.17.html

index f31700627886a6d4162c4a3e61ea802bde7987f2..785092a8ddb1f657ff9ff20745b23060d6c5b5ce 100644 (file)
@@ -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 -->