go/src/sort
Russ Cox 946b4baaf6 all: gofmt main repo
Excluding vendor and testdata.
CL 384268 already reformatted most, but these slipped past.

The struct in the doc comment in debug/dwarf/type.go
was fixed up by hand to indent the first and last lines as well.

For #51082.

Change-Id: Iad020f83aafd671ff58238fe491907e85923d0c7
Reviewed-on: https://go-review.googlesource.com/c/go/+/407137
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Russ Cox <rsc@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
2022-05-19 15:49:05 +00:00
..
example_interface_test.go
example_keys_test.go
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
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 sort: use pdqsort 2022-04-13 20:16:24 +00:00
slice_go14.go all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00
slice_go18.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
slice_go113.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +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