package
Version:
v3.0.0-alpha2.113
Opens a new window with list of versions in this module.
Published: Jul 4, 2026
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 provides minimal UUID generation (v4 random, v5 name-based SHA1).
UUID is a 16-byte UUID value.
Nil is the all-zeros UUID.
New returns a random UUID (version 4).
NewSHA1 returns a deterministic name-based UUID (version 5) derived from namespace and data.
String returns the standard UUID string representation.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.