Versions in this module Expand all Collapse all v0 v0.0.10 Jun 9, 2022 v0.0.9 Jun 8, 2022 Changes in this version + func UuidToBytesArray(uuid *uuid.UUID) ([]byte, error) + type ExUuid struct + Uuid *uuid.UUID + func Parse(exUuidText string, isLittleEndian bool) (*ExUuid, error) + type ExUuidReader struct + func NewExUuidReader(exUuid *ExUuid, isLittleEndian bool) *ExUuidReader + func (r *ExUuidReader) ReadByte() byte