Versions in this module Expand all Collapse all v0 v0.1.0 Dec 13, 2024 Changes in this version + type UUID [16]byte + func MustNew() UUID + func MustNewWithTime(unixMilli time.Time) UUID + func New() (UUID, error) + func NewWithTime(t time.Time) (UUID, error) + func (u UUID) B32HexString() string + func (u UUID) B32StdString() string + func (u UUID) DashedHexString() string + func (u UUID) HexString() string + func (u UUID) String() string + func (u UUID) Time() time.Time