go/src/strconv
Jes Cok bdcd6d1b65 strconv: use builtin min function in commonPrefixLenIgnoreCase
To make code a bit simpler.

Change-Id: I33b3e04bc810a4838584c477854ef612b355579a
GitHub-Last-Rev: 6d5bbc2a28
GitHub-Pull-Request: golang/go#71927
Reviewed-on: https://go-review.googlesource.com/c/go/+/651975
Reviewed-by: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Robert Griesemer <gri@google.com>
Auto-Submit: Robert Griesemer <gri@google.com>
2025-02-24 17:38:00 -08:00
..
testdata
atob.go
atob_test.go
atoc.go
atoc_test.go
atof.go strconv: use builtin min function in commonPrefixLenIgnoreCase 2025-02-24 17:38:00 -08:00
atof_test.go
atoi.go
atoi_test.go
bytealg.go
bytealg_bootstrap.go
ctoa.go
ctoa_test.go
decimal.go
decimal_test.go
doc.go
eisel_lemire.go
example_test.go
export_test.go
fp_test.go
ftoa.go fmt, strconv: document that exponent is always two digits 2024-12-17 07:54:13 -08:00
ftoa_test.go
ftoaryu.go
ftoaryu_test.go
internal_test.go
isprint.go
itoa.go strconv: cleanup old compiler bits.TrailingZeros workaround 2024-11-14 18:20:19 +00:00
itoa_test.go
makeisprint.go
quote.go strconv: adjust comment so that gofmt doesn't mung it 2025-01-27 13:16:45 -08:00
quote_test.go
strconv_test.go