go/src/strconv
Russ Cox 19309779ac all: gofmt main repo
[This CL is part of a sequence implementing the proposal #51082.
The design doc is at https://go.dev/s/godocfmt-design.]

Run the updated gofmt, which reformats doc comments,
on the main repository. Vendored files are excluded.

For #51082.

Change-Id: I7332f099b60f716295fb34719c98c04eb1a85407
Reviewed-on: https://go-review.googlesource.com/c/go/+/384268
Reviewed-by: Jonathan Amsterdam <jba@google.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2022-04-11 16:34:30 +00:00
..
testdata
atob.go
atob_test.go
atoc.go
atoc_test.go
atof.go all: gofmt main repo 2022-04-11 16:34:30 +00: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 all: gofmt main repo 2022-04-11 16:34:30 +00:00
eisel_lemire.go all: gofmt main repo 2022-04-11 16:34:30 +00:00
example_test.go
export_test.go
fp_test.go
ftoa.go
ftoa_test.go
ftoaryu.go all: gofmt main repo 2022-04-11 16:34:30 +00:00
ftoaryu_test.go
internal_test.go
isprint.go
itoa.go all: remove trailing blank doc comment lines 2022-04-01 18:18:07 +00:00
itoa_test.go
makeisprint.go
quote.go all: gofmt main repo 2022-04-11 16:34:30 +00:00
quote_test.go strconv: quote rune 007F as \x7f, not \u007f 2022-03-31 20:37:15 +00:00
strconv_test.go