protobuf
protobuf copied to clipboard
How do I convert Value to interface in gogopb?
When I use the native protobuf, i use the value.AsInterface()
to convert Value to Interface.
But i don't find this method in gogopb.