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
{{ message }}
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
I defined an alias type
DateTime
fortime.Time
, It mainly implements thetime.DateTime
formatstring
andtime.Time
interchangeNext, I will apply
DateTime
to the user model and provide a NewModel factory functionWhen I run, I receive
'created_at' expected a map, got 'string'
error message.Tracking the code, I found that it can enhance
StringToTimeHookFunc
to make it more adaptable, e.g.The text was updated successfully, but these errors were encountered: