You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
time.Time implements all of the marshaler and unmarshaler interfaces, but time.Duration implements none of these.
I came across a case today where it would have been very convenient if time.Duration had already implemented encoding.TextMarshaler and encoding.TextUnmarshaler.
Would you accept a contribution that added implementations for these interfaces?
The text was updated successfully, but these errors were encountered:
time.Time implements all of the marshaler and unmarshaler interfaces, but time.Duration implements none of these.
I came across a case today where it would have been very convenient if time.Duration had already implemented encoding.TextMarshaler and encoding.TextUnmarshaler.
Would you accept a contribution that added implementations for these interfaces?
The text was updated successfully, but these errors were encountered: