Documentation
¶
Overview ¶
Package guid implements the mixed-endian GUID as implemented by Microsoft.
Index ¶
Constants ¶
View Source
const ( // Size represents number of bytes in a GUID Size = 16 // UExample is a example of a string GUID UExample = "01234567-89AB-CDEF-0123-456789ABCDEF" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GUID ¶
GUID represents a unique identifier.
func (*GUID) MarshalJSON ¶
MarshalJSON implements the marshaller interface. This allows us to actually read and edit the json file
func (*GUID) UnmarshalJSON ¶
UnmarshalJSON implements the unmarshaller interface. This allows us to actually read and edit the json file
Click to show internal directories.
Click to hide internal directories.