How to differentiate unset value and zero value in protobuf3...
As described in https://developers.google.com/protocol-buffers/docs/reference/go-generated#singular-scalar-proto2, the field type changed from pointer to raw type. For example, if I want to update a product's title but not the price, I c...