]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.21: merge x/exp/slices issue into slices package
authorIan Lance Taylor <iant@golang.org>
Thu, 25 May 2023 21:09:45 +0000 (14:09 -0700)
committerGopher Robot <gobot@golang.org>
Thu, 25 May 2023 21:41:53 +0000 (21:41 +0000)
For #57348

Change-Id: I84943711b033d63f0993133f93d9f09ce2af5965
Reviewed-on: https://go-review.googlesource.com/c/go/+/498395
Reviewed-by: Eli Bendersky <eliben@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
Auto-Submit: Ian Lance Taylor <iant@golang.org>

doc/go1.21.html

index 467793a5b48578c10a7b882a0379aeccf06ff760..c1cca12d22db5b71cf516a0903dbe3bd7c5271ca 100644 (file)
@@ -195,7 +195,7 @@ Do not send CLs removing the interior tags from such phrases.
 
 <h3 id="slices">New slices package</h3>
 
-<p><!-- https://go.dev/issue/45955, https://go.dev/issue/54768, https://go.dev/issue/57433, CL 467417, CL 483175 -->
+<p><!-- https://go.dev/issue/45955, https://go.dev/issue/54768, https://go.dev/issue/57348, https://go.dev/issue/57433, CL 467417, CL 483175 -->
   The new <a href="/pkg/slices">slices</a> package provides many common
   operations on slices, using generic functions that work with slices
   of any element type.
@@ -781,14 +781,6 @@ Do not send CLs removing the interior tags from such phrases.
   </dd>
 </dl><!-- testing/slogtest -->
 
-<dl id="x/exp/slices"><dt><a href="/pkg/x/exp/slices/">x/exp/slices</a></dt>
-  <dd>
-    <p><!-- https://go.dev/issue/57348 -->
-      TODO: <a href="https://go.dev/issue/57348">https://go.dev/issue/57348</a>: Allow different types for haystack/needle in BinarySearchFunc
-    </p>
-  </dd>
-</dl><!-- x/exp/slices -->
-
 <dl id="x/sys/windows"><dt><a href="/pkg/x/sys/windows/">x/sys/windows</a></dt>
   <dd>
     <p><!-- https://go.dev/issue/54232 -->