Closed thomas-fossati closed 11 months ago
The IMkeyFactory requires every implementation to
IMkeyFactory
// [...] accept nil as one of the inputs, and return the Zero value for // implemented type.
Currently, the UUID implementation does not handle nil, which results in unmarshalling errors.
nil
The
IMkeyFactory
requires every implementation toCurrently, the UUID implementation does not handle
nil
, which results in unmarshalling errors.