💡 Fix a few go doc comments

This commit is contained in:
Dan Jones 2025-03-31 15:46:48 -05:00
commit 70c74c2b03
3 changed files with 4 additions and 4 deletions

View file

@ -8,7 +8,7 @@ import (
"github.com/google/uuid"
)
// UUIDer is an interface for generating UUIDs.
// UUIDer is an interface for generating UUIDs, by the [UUID] [Generator].
// It is recommended that you use either the [UUIDv4] or [UUIDv7] variables.
type UUIDer interface {
UUID() (uuid.UUID, error)