1
0
mirror of https://github.com/google/uuid.git synced 2025-02-18 12:24:00 +02:00

De-dupe comment.

This commit is contained in:
David E. Wheeler 2016-02-08 15:46:22 -08:00
parent 26c42f1335
commit 5aa6bf02fe

2
sql.go
View File

@ -59,7 +59,7 @@ func (uuid *UUID) Scan(src interface{}) error {
}
// Value implements sql.Valuer so that UUIDs can be written to databases
// transparently. Currently, UUIDs map map to strings. Please consult
// transparently. Currently, UUIDs map to strings. Please consult
// database-specific driver documentation for matching types.
func (uuid UUID) Value() (driver.Value, error) {
return uuid.String(), nil