Versions in this module Expand all Collapse all v1 v1.0.0 Mar 30, 2019 Changes in this version + func NewString() (string, error) + type UUID [16]byte + func New() (uuid UUID, err error) + func Parse(str string) (UUID, error) + func ParseBytes(bytes []byte) (uuid UUID, err error) + func (uuid *UUID) UnmarshalBinary(in []byte) error + func (uuid *UUID) UnmarshalText(in []byte) error + func (uuid UUID) IsEmpty() bool + func (uuid UUID) MarshalBinary() ([]byte, error) + func (uuid UUID) MarshalText() ([]byte, error) + func (uuid UUID) String() string