go/src/strconv
Luka Krmpotić 7497ccb9b4 strconv: add missing function name, avoid unnecessary raw string
Change-Id: Iecd68f69f5265f1a4ea41b90aa819ce68fe55908
GitHub-Last-Rev: 4d1f4a1bc2
GitHub-Pull-Request: golang/go#62177
Reviewed-on: https://go-review.googlesource.com/c/go/+/521277
Run-TryBot: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Carlos Amedee <carlos@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Auto-Submit: Ian Lance Taylor <iant@google.com>
2023-08-24 18:08:43 +00:00
..
testdata
atob.go
atob_test.go strconv: add missing function name, avoid unnecessary raw string 2023-08-24 18:08:43 +00:00
atoc.go strconv: optimize Parse for []byte arguments 2022-08-23 20:29:22 +00:00
atoc_test.go
atof.go
atof_test.go all: remove uses of rand.Seed 2022-10-26 16:24:57 +00:00
atoi.go strconv: optimize Parse for []byte arguments 2022-08-23 20:29:22 +00:00
atoi_test.go strconv: add Atoi test cases with characters less than '0' 2023-02-21 05:09:21 +00:00
bytealg.go
bytealg_bootstrap.go
ctoa.go
ctoa_test.go
decimal.go
decimal_test.go
doc.go all: add a few links in package godocs 2023-03-25 10:16:23 +00:00
eisel_lemire.go
example_test.go strconv: show what fmt package uses for float printing 2023-01-31 16:01:01 +00:00
export_test.go
fp_test.go
ftoa.go strconv: use the built-in min/max function 2023-08-11 03:21:10 +00:00
ftoa_test.go strconv: avoid panic on invalid call to FormatFloat 2022-06-24 23:50:20 +00:00
ftoaryu.go strconv: remove redundant type conversion 2022-09-09 00:28:56 +00:00
ftoaryu_test.go
internal_test.go
isprint.go all: upgrade Unicode from 13.0.0 to 15.0.0 2023-02-06 04:29:53 +00:00
itoa.go
itoa_test.go strconv: add a test case when base is illegal 2022-09-15 21:09:39 +00:00
makeisprint.go
quote.go strconv: rely on utf8.AppendRune 2023-08-17 05:23:49 +00:00
quote_test.go
strconv_test.go strconv: optimize Parse for []byte arguments 2022-08-23 20:29:22 +00:00