💡 Fix a few go doc comments
This commit is contained in:
parent
81e04ea319
commit
70c74c2b03
3 changed files with 4 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue