Versions in this module Expand all Collapse all v1 v1.1.9 Oct 1, 2018 Changes in this version + type UUID struct + func FromBytes(input []byte) (UUID, error) + func FromString(input string) (UUID, error) + func FromUint128(input uint128.Uint128) UUID + func MakeV4() UUID + func NewPopulatedUUID(r interface{ ... }) *UUID + func (UUID) Bytes() + func (u *UUID) Unmarshal(data []byte) error + func (u UUID) Equal(t UUID) bool + func (u UUID) GetBytes() []byte + func (u UUID) MarshalTo(data []byte) (int, error) + func (u UUID) Short() string + func (u UUID) Size() int + func (u UUID) ToUint128() uint128.Uint128 Incompatible versions in this module v19.2.12+incompatible Jan 12, 2021