go/src/strconv
Ian Lance Taylor 11e08d9d96 strconv: adjust comment so that gofmt doesn't mung it
Change-Id: I7fe5c6a0521d3c597eae0f3568942df1db9370b1
Reviewed-on: https://go-review.googlesource.com/c/go/+/642497
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Robert Griesemer <gri@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
2025-01-27 13:16:45 -08:00
..
testdata
atob.go
atob_test.go
atoc.go strconv: use stringslite.Clone 2024-05-05 00:24:26 +00:00
atoc_test.go
atof.go
atof_test.go
atoi.go strconv: use stringslite.Clone 2024-05-05 00:24:26 +00:00
atoi_test.go
bytealg.go
bytealg_bootstrap.go
ctoa.go strconv: add available godoc link 2024-04-04 14:21:28 +00:00
ctoa_test.go
decimal.go
decimal_test.go
doc.go strconv: add available godoc link 2024-04-04 14:21:28 +00:00
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 strconv: use slices.BinarySearch to simplify makeisprint.go 2024-03-11 18:56:17 +00:00
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