1
0
mirror of https://github.com/google/uuid.git synced 2025-09-16 09:16:30 +02:00

Update sql.go (#72)

Added a single period so that the documentation doesn't look weird. Boy, I hope the tests pass.
This commit is contained in:
Steven Kaufman
2021-01-14 18:24:32 -06:00
committed by GitHub
parent 85223faccf
commit 93777840be

2
sql.go
View File

@@ -9,7 +9,7 @@ import (
"fmt"
)
// Scan implements sql.Scanner so UUIDs can be read from databases transparently
// Scan implements sql.Scanner so UUIDs can be read from databases transparently.
// Currently, database types that map to string and []byte are supported. Please
// consult database-specific driver documentation for matching types.
func (uuid *UUID) Scan(src interface{}) error {