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
This is very unusual and doesn't match idiomatic go which uses , instead. For ease of use and backward compatibility, I propose allowing both comma and semicolon as struct tag delimiters.
The text was updated successfully, but these errors were encountered:
Looking at the docs (and found through https://stackoverflow.com/questions/79486577/cannot-serialise-map-using-serialiserjson), it seems that gorm requires structure tags to be split by
;
:This is very unusual and doesn't match idiomatic go which uses
,
instead. For ease of use and backward compatibility, I propose allowing both comma and semicolon as struct tag delimiters.The text was updated successfully, but these errors were encountered: