is this for the protoc generated code? otherwise, could you not define different struct tags for the different serialization types? type Person { Name string `protobuf:"name",json:"given_name"` }
Turning on the noprocrast feature on HN has helped me immensely. I usually end up only checking once a day now.
is this for the protoc generated code? otherwise, could you not define different struct tags for the different serialization types? type Person { Name string `protobuf:"name",json:"given_name"` }
Turning on the noprocrast feature on HN has helped me immensely. I usually end up only checking once a day now.