]> Cypherpunks repositories - gostls13.git/commit
sort: add gen_sort_variants support for x/exp/slices
authorIan Lance Taylor <iant@golang.org>
Fri, 21 Jul 2023 19:50:48 +0000 (12:50 -0700)
committerGopher Robot <gobot@golang.org>
Tue, 25 Jul 2023 01:33:04 +0000 (01:33 +0000)
commit862fa6d099fb046e90efd537b2c0ac2667c23d90
treee7858380bf172979e7d22f847063e6635b13fcc6
parent6f597a8a9370e1389399520d721b594277a6766b
sort: add gen_sort_variants support for x/exp/slices

Also add a go:generate command to the standard library slices package.

For #61374

Change-Id: I7aae8e451b7c6c4390e0344257478d1a96a14189
Reviewed-on: https://go-review.googlesource.com/c/go/+/511660
Run-TryBot: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Eli Bendersky <eliben@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
src/slices/sort.go
src/sort/gen_sort_variants.go