Overview of the uuid package
masterThe uuid package provides functionality to generate and inspect UUIDs (Universally Unique Identifiers) compliant with RFC 9562 and DCE 1.1.
Key implementation detail: In this package, a UUID is represented as a 16-byte array ([16]byte) rather than a byte slice. Note that this design choice means the package cannot represent an invalid UUID state separately from a NIL UUID.