Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
internal/impl: correct reflect.ValueError use
The composites x/tools/analysis pass errors on this use of reflect.ValueError with: ``` internal/impl/message_reflect_field.go:541:10: reflect.ValueError struct literal uses unkeyed fields (composites) ``` This patch adds the missing field names. Change-Id: I1a175aad6e9724c27f2469adc1f3a9b1e8c61e85 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/553915 Reviewed-by: Christian Höppner <[email protected]> Reviewed-by: Michael Stapelberg <[email protected]> Auto-Submit: Michael Stapelberg <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
- Loading branch information