Open ivch opened 2 years ago
Hi,
I'm having a similar issue when using the nullable
option. I'd like to know if you found some fix to the problem?
message SomeMessageRequest {
repeated ServiceField request = 1 [(gogoproto.nullable) = false];
}
I noticed that removing the nullabe
kind of fix it, but I'd like to use the nullable option. So, as far as I can tell.. looks like there is a bug when using this option.
Thanks.
Hey @ivch , by luck have you found out a solution to this issue ?
I came across the same issue even without nullable
. It does work somewhere else.
I'm using the following versions of libraries:
Here is my test proto message:
Here is my code:
And as a result getting this panic message: