mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-03-10 07:14:24 +00:00
protoreflect.Value.IsNull was inverted to become IsValid in CL 134998. However, that CL was submitted without a rebase, which broke the build since CL 135255 added a few more usages of IsNull. Change-Id: I5e52fb880ffc92e9d8f6cab30848e65b2d6dcbdc Reviewed-on: https://go-review.googlesource.com/135337 Reviewed-by: Damien Neil <dneil@google.com>