go/src/bufio
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
..
bufio.go bufio: mention that panic at slicing means underlying reader is broken 2021-11-26 22:36:21 +00:00
bufio_test.go all: fix typo in comment 2021-12-15 19:56:22 +00:00
example_test.go bufio: add Writer.AvailableBuffer 2021-09-12 01:06:53 +00:00
export_test.go
scan.go all: remove trailing blank doc comment lines 2022-04-01 18:18:07 +00:00
scan_test.go bufio: test for exact error value in TestNegativeEOFReader and TestLargeReader 2020-06-17 14:47:32 +00:00