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
If we use go_struct_tags to define the additional tags it is remove the tag if it's not on the list. Special case when we add it like this: (go_struct_tags) = "form=first_name", because this will remove the json tag created by the proto generator.
Make sure that the go_struct_tags only add or overwrite tags but never remove them.
The text was updated successfully, but these errors were encountered:
If we use go_struct_tags to define the additional tags it is remove the tag if it's not on the list. Special case when we add it like this:
(go_struct_tags) = "form=first_name"
, because this will remove the json tag created by the proto generator.Make sure that the
go_struct_tags
only add or overwrite tags but never remove them.The text was updated successfully, but these errors were encountered: