aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Kaufman <steven.kaufman0813@gmail.com>2021-01-14 18:24:32 -0600
committerGitHub <noreply@github.com>2021-01-14 18:24:32 -0600
commit93777840becdb80e2f5e915fbd3ea9becd5f9718 (patch)
treedae8af6fb89da0d6aef1a61c40c62a348fbd4e7d
parent85223faccf99409308cd169d9608753a95d21083 (diff)
downloadgoogle-uuid-93777840becdb80e2f5e915fbd3ea9becd5f9718.tar.gz
Update sql.go (#72)
Added a single period so that the documentation doesn't look weird. Boy, I hope the tests pass.
-rw-r--r--sql.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql.go b/sql.go
index f326b54..2e02ec0 100644
--- a/sql.go
+++ b/sql.go
@@ -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 {