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
Would be very useful to specify the struct tag option "format" for time.Time fields (e.g., "format:RFC3339Nano" or "format:'2006-01-02'") to marshal and unmarshal date/time in custom formats similarly how it could be in encoding/json/v2 - golang/go#63397
The text was updated successfully, but these errors were encountered:
Would be very useful to specify the struct tag option "format" for time.Time fields (e.g., "format:RFC3339Nano" or "format:'2006-01-02'") to marshal and unmarshal date/time in custom formats similarly how it could be in encoding/json/v2 - golang/go#63397
The text was updated successfully, but these errors were encountered: