Skip to content

Commit ee6b9dd

Browse files
ianlancetaylorgopherbot
authored andcommitted
doc/go1.21: merge x/exp/slices issue into slices package
For #57348 Change-Id: I84943711b033d63f0993133f93d9f09ce2af5965 Reviewed-on: https://go-review.googlesource.com/c/go/+/498395 Reviewed-by: Eli Bendersky <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]> Reviewed-by: Matthew Dempsky <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]>
1 parent 1dd24d8 commit ee6b9dd

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

doc/go1.21.html

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ <h3 id="slog">New log/slog package</h3>
195195

196196
<h3 id="slices">New slices package</h3>
197197

198-
<p><!-- https://go.dev/issue/45955, https://go.dev/issue/54768, https://go.dev/issue/57433, CL 467417, CL 483175 -->
198+
<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 -->
199199
The new <a href="/pkg/slices">slices</a> package provides many common
200200
operations on slices, using generic functions that work with slices
201201
of any element type.
@@ -781,14 +781,6 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
781781
</dd>
782782
</dl><!-- testing/slogtest -->
783783

784-
<dl id="x/exp/slices"><dt><a href="/pkg/x/exp/slices/">x/exp/slices</a></dt>
785-
<dd>
786-
<p><!-- https://go.dev/issue/57348 -->
787-
TODO: <a href="https://go.dev/issue/57348">https://go.dev/issue/57348</a>: Allow different types for haystack/needle in BinarySearchFunc
788-
</p>
789-
</dd>
790-
</dl><!-- x/exp/slices -->
791-
792784
<dl id="x/sys/windows"><dt><a href="/pkg/x/sys/windows/">x/sys/windows</a></dt>
793785
<dd>
794786
<p><!-- https://go.dev/issue/54232 -->

0 commit comments

Comments
 (0)