package
0.6.2
Repository: https://github.com/microsoft/go-winio.git
Documentation: pkg.go.dev

# Functions

FromArray constructs a GUID from a big-endian encoding array of 16 bytes.
FromString parses a string containing a GUID and returns the GUID.
FromWindowsArray constructs a GUID from a Windows encoding array of bytes.
NewV4 returns a new version 4 (pseudorandom) GUID, as defined by RFC 4122.
NewV5 returns a new version 5 (generated from a string via SHA-1 hashing) GUID, as defined by RFC 4122.

# Constants

The variants specified by RFC 4122 section 4.1.1.
The variants specified by RFC 4122 section 4.1.1.
The variants specified by RFC 4122 section 4.1.1.
RFC 4122.
VariantUnknown specifies a GUID variant which does not conform to one of the variant encodings specified in RFC 4122.

# Structs

GUID represents a GUID/UUID.

# Type aliases

Variant specifies which GUID variant (or "type") of the GUID.
Version specifies how the bits in the GUID were generated.