forked from protocolbuffers/protobuf-go
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working