package
4.0.3-alpha+incompatible
Repository: https://github.com/bootapp/oauth2.git
Documentation: pkg.go.dev

# Functions

Must returns uuid if err is nil and panics otherwise.
NewHash returns a new UUID derived from the hash of space concatenated with data generated by h.
NewMD5 returns a new MD5 (Version 3) UUID based on the supplied name space and data.
NewRandom returns a Random (Version 4) UUID.
NewSHA1 returns a new SHA1 (Version 5) UUID based on the supplied name space and data.

# Variables

Nil empty UUID, all zeros.

# Type aliases

A UUID is a 128 bit (16 byte) Universal Unique IDentifier as defined in RFC 4122.