Hey, since the old protobuf package of google is already deprecated, I was trying to base my code only on the new package(google.golang.org/protobuf) and everything looks fine but since Im using and relaying on your Stub structre and methods which relay on the old package I'm a bit stuck with finding how to replace it appropriately.
Do you have any suggestions on how to replace it correctly or maybe you already working on adapting it to V2 ? :)
Thanks