mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-02-06 09:40:07 +00:00
95758c0892
Returning an anonymous struct is tickling a gccgo bug: https://github.com/golang/go/issues/33866 Change to a named type. We could make the type unexpoerted, but this is an internal package anyway so leave it exported for general style cleanliness. Change-Id: Idf33f1e354c0e07066ab68640308af1498a01447 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/191960 Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>