package
0.0.0-20230621073739-12e214af1a52
Repository: https://github.com/cbluth/go.git
Documentation: pkg.go.dev

# Functions

New makes a new UUID interface; if input len is 0, executed like uuid.New(), then it will generate a random uuid; if input len is 16, like uuid.New([16]byte{}...), then it will directly use the 16 bytes as the uuid; if input len is something other than 0 or 16, then the input seeds a new psudo-random uuid.
No description provided by the author

# Interfaces

No description provided by the author