]> Cypherpunks repositories - gostls13.git/commit
database/sql: use a value type instead of a pointer
authorBrad Fitzpatrick <bradfitz@golang.org>
Thu, 28 Aug 2014 18:07:29 +0000 (11:07 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 28 Aug 2014 18:07:29 +0000 (11:07 -0700)
commit558bd8e1d90e474c97115dd9d9cd089d19a3650f
tree3a7985194e661e430369f257ed36f7f802fda2c5
parent5ea131f442cf1bb1fa9ce1029054838af974f0e8
database/sql: use a value type instead of a pointer

Follow-up to https://golang.org/cl/107020044/
Also add a little comment.

LGTM=ruiu, josharian
R=josharian, ruiu
CC=golang-codereviews
https://golang.org/cl/139760043
src/pkg/database/sql/sql.go