]> Cypherpunks repositories - gostls13.git/commit
sort: drop implementation for Go <1.21
authorTobias Klauser <tklauser@distanz.ch>
Wed, 21 Aug 2024 21:17:26 +0000 (23:17 +0200)
committerGopher Robot <gobot@golang.org>
Wed, 21 Aug 2024 21:18:47 +0000 (21:18 +0000)
commitb5ee80a85ad1a0c5f3e87b95e516d4c6ca42fa4b
tree82008b3db29883897112d42df56a398273156afd
parent440c9ee73d2698912918755d023e5de813ec2f83
sort: drop implementation for Go <1.21

Now that Go 1.22.6 is the minimum bootstrap toolchain (cf. CL 606156),
the fallback implementation for Go versions <1.21 can be dropped.

For #61180
For #64751

Change-Id: Idfeca0a6e9f490e1ab0f308ead372612402923ea
Reviewed-on: https://go-review.googlesource.com/c/go/+/607315
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Commit-Queue: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com>
src/sort/sort.go
src/sort/sort_impl_120.go [deleted file]
src/sort/sort_impl_go121.go [deleted file]