Versions in this module Expand all Collapse all v1 v1.24.4 Aug 19, 2016 Changes in this version + var ErrInvalidID = errors.New("Invalid ID.") + type UUID [16]byte + func New() *UUID + func ParseBytes(b []byte) (*UUID, error) + func ParseString(str string) (*UUID, error) + func (this *UUID) Bytes() []byte + func (this *UUID) Equals(another *UUID) bool + func (this *UUID) Next() *UUID + func (this *UUID) String() string