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:
parent
26c42f1335
commit
5aa6bf02fe
2
sql.go
2
sql.go
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user