msguid

package
v0.0.0-...-5fb8a3f Latest Latest
Warning

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

Go to latest
Published: Sep 30, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

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