| Age | Commit message (Collapse) | Author |
|
Adding suffix version to the type seems not right (and also mouthful to
read) since the package already defines the version of UUID.
|
|
This is to simplify checking for equality in if-condition.
|
|
The Equal method returns nil if both receiver and parameter has
the same value.
This method implements [lib/reflect.Equaler] interface.
|
|
The uuidv7 package provides type UUIDv7 as the container for UUID
version 7 that satisfy the [database/sql], [encoding/gob], and
[encoding/json].
The implementation follow RFC 9562.
|