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
it would very useful to be able to set struct tags on the XXX_* fields, so that they can be ignored when used for other serialization formats. (For example, the json:"_" struct tag is already added to those fields by default.)
As requested in https://groups.google.com/forum/#!topic/gogoprotobuf/xmFnqAS6MIc
it would very useful to be able to set struct tags on the XXX_* fields, so that they can be ignored when used for other serialization formats. (For example, the
json:"_"
struct tag is already added to those fields by default.)Would it be possible to have a message-level option called
xxxtags
, and a file-level analogxxxtags_all
?to generate:
The text was updated successfully, but these errors were encountered: