]> Cypherpunks repositories - gostls13.git/commit
sort: use the builtin min function
authorMuhammad Falak R Wani <falakreyaz@gmail.com>
Mon, 7 Aug 2023 13:44:06 +0000 (13:44 +0000)
committerGopher Robot <gobot@golang.org>
Mon, 7 Aug 2023 18:49:55 +0000 (18:49 +0000)
commit0dc513b65a3aaf25dfad134b7ef3ac5aaac95159
tree4a25e46d886b9d6c8cd3d2951a2d17562603c3d6
parent215bcbc6acc84565597bfafe8adc2eb1d1d5412b
sort: use the builtin min function

Change-Id: I9603de9abff8d5c8fb9efdf688ff1a5f8c7d19b2
GitHub-Last-Rev: c6fe3acc41a3a9c7d07e3c291985867a704013b1
GitHub-Pull-Request: golang/go#61808
Reviewed-on: https://go-review.googlesource.com/c/go/+/516635
Auto-Submit: Keith Randall <khr@golang.org>
Run-TryBot: Keith Randall <khr@golang.org>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
src/sort/sort_test.go