go/src/sort
Dmitri Shuralyov bf97e724b5 all: drop old +build lines
Running 'go fix' on the cmd+std packages handled much of this change.

Also update code generators to use only the new go:build lines,
not the old +build ones.

For #41184.
For #60268.

Change-Id: If35532abe3012e7357b02c79d5992ff5ac37ca23
Cq-Include-Trybots: luci.golang.try:gotip-linux-386-longtest,gotip-linux-amd64-longtest,gotip-windows-amd64-longtest
Reviewed-on: https://go-review.googlesource.com/c/go/+/536237
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2023-10-19 23:33:27 +00:00
..
example_interface_test.go
example_keys_test.go
example_multi_test.go
example_search_test.go
example_test.go
example_wrapper_test.go
export_test.go
gen_sort_variants.go all: drop old +build lines 2023-10-19 23:33:27 +00:00
search.go all: gofmt main repo 2022-05-19 15:49:05 +00:00
search_test.go
slice.go sort: forward fixed-type slice sorting to slices package 2023-07-21 13:00:18 +00:00
sort.go sort: forward fixed-type slice sorting to slices package 2023-07-21 13:00:18 +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: forward fixed-type slice sorting to slices package 2023-07-21 13:00:18 +00:00
sort_test.go sort: use the builtin min function 2023-08-07 18:49:55 +00:00
zsortfunc.go
zsortinterface.go