Open 3052 opened 8 months ago
We triage inactive PRs and issues in order to make it easier to find active work. If this issue should remain active or becomes active again, please add a comment.
This issue is labeled inactive
because the last activity was over 90 days ago.
We triage inactive PRs and issues in order to make it easier to find active work. If this issue should remain active or becomes active again, please add a comment.
This issue is labeled inactive
because the last activity was over 90 days ago. This issue will be closed and archived after 14 additional days without activity.
!
here:
https://protobuf.dev/reference/go/go-generated/#singular-message
it says:
this is not correct. if the method actually returned
nil
, chaining would generate a panic. instead, it likely generates a zero value pointer:that is not the same thing as
nil