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 22eed2a commit d9d79d8
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 @@ -261,7 +261,7 @@ func (u *UUIDv8) UnmarshalJSON(data []byte) error {
return nil
}

// Value implements the driver.Value interface for database writes.
// Value implements the [driver.Valuer] interface for database writes.
func (u *UUIDv8) Value() (driver.Value, error) {
if u == nil || len(u.Node) != 6 {
return nil, nil
Expand Down

0 comments on commit d9d79d8

Please sign in to comment.