Skip to content

Commit

Permalink
Update sql.go (#72)
Browse files Browse the repository at this point in the history
Added a single period so that the documentation doesn't look weird. Boy, I hope the tests pass.
  • Loading branch information
Steven Kaufman committed Jan 15, 2021
1 parent 85223fa commit 9377784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql.go
Expand Up @@ -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 {
Expand Down

0 comments on commit 9377784

Please sign in to comment.