# Functions

FromBytes delegates to "github.com/satori/go.uuid".FromBytes and wraps the result in a UUID.
FromString delegates to "github.com/satori/go.uuid".FromString and wraps the result in a UUID.
FromUint128 delegates to "github.com/satori/go.uuid".FromBytes and wraps the result in a UUID.
MakeV4 delegates to "github.com/satori/go.uuid".NewV4 and wraps the result in a UUID.
NewPopulatedUUID returns a populated UUID.

# Variables

Nil is the empty UUID with all 128 bits set to zero.

# Structs

UUID is a thin wrapper around "github.com/satori/go.uuid".UUID that can be used as a gogo/protobuf customtype.

# Type aliases

ShortStringer implements fmt.Stringer to output Short() on String().