mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-02-06 09:40:07 +00:00
The Value.Equal method compares Values in a way that is analogous to the reflect.DeepEqual function. Most of the implementation is moved from the "proto" package, with proto.Equal implemented in terms of protoreflect.Value.Equal. Change-Id: Ie9d5f6c073dc49fa59f78385c441db8137de5ec5 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/450775 TryBot-Bypass: Heschi Kreinick <heschi@google.com> Reviewed-by: Damien Neil <dneil@google.com> Reviewed-by: Oleksii Prokopchuk <prokopchuk@google.com> Reviewed-by: Christian Höppner <hoeppi@google.com> Run-TryBot: Lasse Folger <lassefolger@google.com>