From d9d79d8b307fd633e16093e78f7c6057fc9313a9 Mon Sep 17 00:00:00 2001 From: Ashwin Gopalsamy <47941624+ashwingopalsamy@users.noreply.github.com> Date: Thu, 26 Dec 2024 11:11:21 +0530 Subject: [PATCH] Update uuidv8.go Co-authored-by: ccoVeille <3875889+ccoVeille@users.noreply.github.com> --- uuidv8.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uuidv8.go b/uuidv8.go index 6a05fc3..ea4954b 100644 --- a/uuidv8.go +++ b/uuidv8.go @@ -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