1
0
mirror of https://github.com/golang/go synced 2024-11-19 13:44:52 -07:00
go/src/database/sql
Kevin Burke af7bc07049 database/sql: fix typo and wording
Clean up the phrasing a little bit, make the comment fit in 80
characters, and fix the spelling of "guard."

Change-Id: I688a3e760b8d67ea83830635f64dff04dd9a5911
Reviewed-on: https://go-review.googlesource.com/34792
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2017-01-02 22:17:24 +00:00
..
driver database/sql: do not store Tx options in Context 2016-12-14 18:13:13 +00:00
convert_test.go database/sql: accept nil pointers to Valuers implemented on value receivers 2016-10-17 15:26:25 +00:00
convert.go database/sql: document expectations for named parameters 2016-12-01 16:52:12 +00:00
ctxutil.go database/sql: do not store Tx options in Context 2016-12-14 18:13:13 +00:00
doc.txt
example_test.go all: minor vet fixes 2016-10-24 17:27:37 +00:00
fakedb_test.go database/sql: document expectations for named parameters 2016-12-01 16:52:12 +00:00
sql_test.go database/sql: fix typo and wording 2017-01-02 22:17:24 +00:00
sql.go database/sql: prevent Tx.rollback from racing Tx.close 2017-01-02 20:21:02 +00:00