mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-02-19 12:40:24 +00:00
If there are any kind of errors in trying to expand the Any message, always fallback to marshaling it as regular message. This makes it consistent with V1 and C++ libs. Change-Id: I007414c1767e682623c45d4dd8c82b9998f61781 Reviewed-on: https://go-review.googlesource.com/c/156257 Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>