]> Cypherpunks repositories - gostls13.git/commit
strconv: use slices.BinarySearch to simplify makeisprint.go
authorapocelipes <seve3r@outlook.com>
Mon, 11 Mar 2024 17:41:43 +0000 (17:41 +0000)
committerGopher Robot <gobot@golang.org>
Mon, 11 Mar 2024 18:56:17 +0000 (18:56 +0000)
commitb4b9746e5170d50475b9c0d60073ce5e74b7aae1
tree7c3e50092ae69be9d8bec27f070c295813ba3a80
parentedbb5a13b4d89adcfdce3704615e2d33b5991794
strconv: use slices.BinarySearch to simplify makeisprint.go

Change-Id: I9886a99f730b7616f6f8a5e6154e1beb7d3c79e6
GitHub-Last-Rev: 3f9dc7707377f79968e2dfcd206b83db21e60e60
GitHub-Pull-Request: golang/go#66242
Reviewed-on: https://go-review.googlesource.com/c/go/+/570535
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Keith Randall <khr@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
src/strconv/makeisprint.go