UUID represents a UUID.
type UUID [16]byte
func New() (UUID, error)
New returns a random UUIDv4. It uses a global pseudo-random number generator in randutil at package initialization.
New should not be used to generate cryptographically-secure random UUIDs.
func (uuid UUID) String() string