Versions in this module Expand all Collapse all v1 v1.8.16 Jul 1, 2024 v1.8.11 Jul 1, 2024 Changes in this version + type UUID [16]byte + func New() UUID + func ParseBytes(b []byte) (UUID, error) + func ParseString(str string) (UUID, error) + func (u *UUID) Bytes() []byte + func (u *UUID) Equals(another *UUID) bool + func (u *UUID) String() string