package
Version:
v0.3.6
Opens a new window with list of versions in this module.
Published: Jul 29, 2024
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
package uuid implements an UUID allocator, it's used to internal only.
NOTE: This package was copied from @https://github.com/google/uuid without unused parts.
NewString returns a Random (Version 4) UUID string
A UUID is a 128 bit (16 byte) Universal Unique IDentifier as defined in RFC 4122.
New returns a Random (Version 4) UUID.
NewFromReader returns a UUID based on bytes read from a given io.Reader.
String returns the string form of uuid, xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
Source Files
¶
Click to show internal directories.
Click to hide internal directories.