go/src/sort
Russ Cox fb1bfd4d37 all: remove pre-Go 1.17 workarounds
The Go bootstrap toolchain requirement is now Go 1.17.
We can finally delete all these pre-Go 1.17 workarounds.

For #44505.

Change-Id: I59d4dff1cde23da022892b5b6a116eb3dbad9ce4
Reviewed-on: https://go-review.googlesource.com/c/go/+/420903
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Austin Clements <austin@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
2022-08-04 17:05:18 +00:00
..
example_interface_test.go sort: update main example to use Slice along with Sort 2017-09-24 14:40:37 +00:00
example_keys_test.go sort: fix mix-up between "!less" and "greater" in examples 2017-08-25 20:48:39 +00:00
example_multi_test.go sort: use pdqsort 2022-04-13 20:16:24 +00:00
example_search_test.go sort: add example tests for SearchFloat64s and SearchInts 2021-03-18 08:25:24 +00:00
example_test.go sort: add examples for IntsAreSorted, Float64s and Float64sAreSorted 2017-08-28 17:29:29 +00:00
example_wrapper_test.go
export_test.go sort: use pdqsort 2022-04-13 20:16:24 +00:00
gen_sort_variants.go slices: use !{{Less}} instead of {{GreaterOrEqual}} 2022-04-25 19:12:14 +00:00
search.go all: gofmt main repo 2022-05-19 15:49:05 +00:00
search_test.go sort: add Find function 2022-04-07 14:42:13 +00:00
slice.go all: remove pre-Go 1.17 workarounds 2022-08-04 17:05:18 +00:00
sort.go sort: use pdqsort 2022-04-13 20:16:24 +00:00
sort_test.go sort: use pdqsort 2022-04-13 20:16:24 +00:00
zsortfunc.go sort: use pdqsort 2022-04-13 20:16:24 +00:00
zsortinterface.go sort: use pdqsort 2022-04-13 20:16:24 +00:00