1
0
mirror of https://github.com/golang/go synced 2024-11-24 13:20:15 -07:00
go/src/database/sql
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
..
driver all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00
convert_test.go all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00
convert.go all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00
ctxutil.go
doc.txt
example_cli_test.go
example_service_test.go
example_test.go
fakedb_test.go all: remove trailing blank doc comment lines 2022-04-01 18:18:07 +00:00
sql_test.go database/sql: make WAIT tests more robust, rely on waiter trigger 2022-02-16 18:05:27 +00:00
sql.go all: remove trailing blank doc comment lines 2022-04-01 18:18:07 +00:00