mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-03-10 16:14:39 +00:00
Modify Equal to treat nil messages as equal iff both are nil. Of special note, a typed nil pointer to T is equal to a new(T) since they are indistinguishable from a protobuf reflection. Change-Id: Ibf90b43a982e7376e07b4159be198f06230ec194 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/196618 Reviewed-by: Damien Neil <dneil@google.com>