Skip to content

Commit

Permalink
Update uuidv8.go
Browse files Browse the repository at this point in the history
Co-authored-by: ccoVeille <[email protected]>
  • Loading branch information
ashwingopalsamy and ccoVeille authored Dec 26, 2024
1 parent 788ca98 commit 704d084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uuidv8.go
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ func (u *UUIDv8) Value() (driver.Value, error) {
return ToString(u), nil
}

// Scan implements the interface for database reads.
// Scan implements the [sql.Scanner] interface for database reads.
func (u *UUIDv8) Scan(value interface{}) error {
switch v := value.(type) {
case string:
Expand Down

0 comments on commit 704d084

Please sign in to comment.