Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrBadFormat = errors.New("incorrect format") ErrBadLength = errors.New("incorrect length") )
Functions ¶
This section is empty.
Types ¶
type GUID ¶
type GUID [16]byte
func FromString ¶
func Must ¶
Must wrap a call to a function returning (GUID, error) and panics if the error is non-nil. Its intended use is for variable initializations.
func MustFromString ¶
func (*GUID) UnmarshalText ¶
Click to show internal directories.
Click to hide internal directories.