msguid

package
v1.12.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 7, 2026 License: MPL-2.0, Apache-2.0 Imports: 1 Imported by: 0

README

msguid

This package was copied from the upstream repository at msguid

There were minimal changes done to comply with the linter and gofmt rules.

Documentation

Overview

Package msguid provides functions to convert UUIDs/GUIDs to and from Microsoft's idiosyncratic "mixed-endian" format. See https://uefi.org/specs/UEFI/2.10/Apx_A_GUID_and_Time_Formats.html#text-representation-relationships-apxa-guid-and-time-formats for an explanation of the format.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func From

func From(u uuid.UUID) (o [16]byte)

From converts from a standard UUID into its mixed-endian encoding.

func To

func To(i [16]byte) (o uuid.UUID)

To converts a mixed-endian-encoded UUID to its standard format.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL