]> Cypherpunks repositories - gostls13.git/commit
database/sql: properly document QueryRow
authorSarah Adams <shadams@google.com>
Mon, 5 Jun 2017 22:45:04 +0000 (15:45 -0700)
committerSarah Adams <shadams@google.com>
Mon, 12 Jun 2017 20:17:47 +0000 (20:17 +0000)
commit3bcdbe57b6847e5fc3ab16016f5f66d9960fff97
treebd399f7da18987cb62cf0f361daa829923825baf
parent32543a8bf7c74320acb6bb147bc17bf0dd7df9bb
database/sql: properly document QueryRow

Fixes golang/go#20163

Change-Id: I0caf95fc84aa502715848151c93b6e7bee003ea5
Reviewed-on: https://go-review.googlesource.com/44890
Reviewed-by: Daniel Theophanes <kardianos@gmail.com>
src/database/sql/sql.go