1
0
mirror of https://github.com/golang/go synced 2024-11-17 07:24:53 -07:00
go/src/io
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
..
fs all: remove trailing blank doc comment lines 2022-04-01 18:18:07 +00:00
ioutil io/ioutil: add deprecation markers to ioutil 2022-03-28 16:44:09 +00:00
example_test.go io: add error check to TeeReader Example 2021-11-11 19:34:23 +00:00
export_test.go
io_test.go
io.go all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00
multi_test.go io: add WriterTo to MultiReader 2022-03-07 23:22:26 +00:00
multi.go io: add WriterTo to MultiReader 2022-03-07 23:22:26 +00:00
pipe_test.go
pipe.go