golang/src/sort
Alex Driuk 7101fd1e97 sort: fix typo in sort_test.go
Change-Id: Ibc1344b678d5f7c730b924c697717305c90c26e9
Reviewed-on: https://go-review.googlesource.com/c/go/+/569537
Commit-Queue: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
2024-03-07 19:41:04 +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 all: drop old +build lines 2023-10-19 23:33:27 +00:00
search.go sort: add available godoc link 2023-11-28 16:40:32 +00:00
search_test.go sort: add Find function 2022-04-07 14:42:13 +00:00
slice.go sort: add available godoc link 2023-11-28 16:40:32 +00:00
sort.go sort: add available godoc link 2023-11-28 16:40:32 +00:00
sort_impl_120.go sort: forward fixed-type slice sorting to slices package 2023-07-21 13:00:18 +00:00
sort_impl_go121.go sort: forward fixed-type slice sorting to slices package 2023-07-21 13:00:18 +00:00
sort_slices_benchmark_test.go sort: use math/rand/v2 in tests and benchmarks 2024-02-08 22:59:40 +00:00
sort_test.go sort: fix typo in sort_test.go 2024-03-07 19:41:04 +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