go/src/strconv
Russ Cox 690ac4071f all: remove trailing blank doc comment lines
A future change to gofmt will rewrite

	// Doc comment.
	//
	func f()

to

	// Doc comment.
	func f()

Apply that change preemptively to all doc comments.

For #51082.

Change-Id: I4023e16cfb0729b64a8590f071cd92f17343081d
Reviewed-on: https://go-review.googlesource.com/c/go/+/384259
Trust: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
2022-04-01 18:18:07 +00:00
..
testdata
atob.go
atob_test.go
atoc.go
atoc_test.go
atof.go strconv: ParseFloat: always return ErrSyntax for bad syntax 2021-06-07 21:12:46 +00:00
atof_test.go strconv: ParseFloat: always return ErrSyntax for bad syntax 2021-06-07 21:12:46 +00:00
atoi.go strconv: document parsing of leading +/- 2021-06-09 18:16:27 +00:00
atoi_test.go strconv: document parsing of leading +/- 2021-06-09 18:16:27 +00:00
bytealg.go strconv: add QuotedPrefix 2021-05-04 00:56:00 +00:00
bytealg_bootstrap.go strconv: add QuotedPrefix 2021-05-04 00:56:00 +00:00
ctoa.go
ctoa_test.go
decimal.go
decimal_test.go
doc.go
eisel_lemire.go
example_test.go
export_test.go
fp_test.go all: use bytes.Cut, strings.Cut 2021-10-06 15:53:04 +00:00
ftoa.go
ftoa_test.go
ftoaryu.go all: fix typos 2021-08-17 13:54:10 +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 strconv: quote rune 007F as \x7f, not \u007f 2022-03-31 20:37:15 +00:00
quote_test.go strconv: quote rune 007F as \x7f, not \u007f 2022-03-31 20:37:15 +00:00
strconv_test.go