mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-01-26 09:35:33 +00:00
7dfcffe5a7
At some point in time, protoc-gen-go actually emitted an XXX_OneofFuncs with a different signature. Adjust the logic for handling XXX_OneofFuncs to not assume that the return arguments are in a specific order. Change-Id: Idd9c09231c4129c655d4a635bb1ae094896a1ff4 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/226980 Reviewed-by: Damien Neil <dneil@google.com>