# Functions
Equal returns true if u1 and u2 equals, otherwise returns false.
FromBase64 returns UUID from base64 string.
FromBytes returns UUID converted from raw byte slice input.
No description provided by the author
FromStdUUID returns UUID converted from stduuid.UUUID.
FromString returns UUID parsed from string input.
No description provided by the author
FromUUID returns UUID from satori UUID.
Must is a helper that wraps a call to a function returning (UUID, error) and panics if the error is non-nil.
NewV4 returns random generated UUID v4.
NewV5 returns generated UUID v5.
SetBSONKind changes BSON UUID Kind.
# Variables
Predefined namespace UUIDs.
Predefined namespace UUIDs.
Predefined namespace UUIDs.
Predefined namespace UUIDs.
Nil The nil UUID is special form of UUID that is specified to have all 128 bits set to zero.