We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85223fa commit 9377784Copy full SHA for 9377784
sql.go
@@ -9,7 +9,7 @@ import (
9
"fmt"
10
)
11
12
-// Scan implements sql.Scanner so UUIDs can be read from databases transparently
+// Scan implements sql.Scanner so UUIDs can be read from databases transparently.
13
// Currently, database types that map to string and []byte are supported. Please
14
// consult database-specific driver documentation for matching types.
15
func (uuid *UUID) Scan(src interface{}) error {
0 commit comments