Generate and parse UUIDs with gouuid
masterThe gouuid package provides immutable UUID structs and functions to generate versions 3, 4, and 5 UUIDs as specified in RFC 4122.
Available functions include:
NewV3(): Generates a version 3 UUID.NewV4(): Generates a version 4 UUID.NewV5(): Generates a version 5 UUID.Parse(): Parses a string representation into a UUID struct.