1
0
mirror of https://github.com/golang/go synced 2024-11-06 07:36:13 -07:00
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
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_test.go sort: add Find function 2022-04-07 14:42:13 +00:00
search.go all: gofmt main repo 2022-05-19 15:49:05 +00:00
slice_go14.go
slice_go18.go
slice_go113.go
slice.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
sort.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