mirror of https://github.com/golang/go.git
database/sql/driver: try to unstutter Value docs
R=golang-dev, r CC=golang-dev https://golang.org/cl/8981043
This commit is contained in:
parent
489addd250
commit
3cef6979ee
|
|
@ -10,8 +10,8 @@ package driver
|
|||
|
||||
import "errors"
|
||||
|
||||
// A driver Value is a value that drivers must be able to handle.
|
||||
// A Value is either nil or an instance of one of these types:
|
||||
// Value is a value that drivers must be able to handle.
|
||||
// It is either nil or an instance of one of these types:
|
||||
//
|
||||
// int64
|
||||
// float64
|
||||
|
|
|
|||
Loading…
Reference in New Issue