Skip to content

Commit 9377784

Browse files
author
Steven Kaufman
authored
Update sql.go (#72)
Added a single period so that the documentation doesn't look weird. Boy, I hope the tests pass.
1 parent 85223fa commit 9377784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"fmt"
1010
)
1111

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

0 commit comments

Comments
 (0)