mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-02-06 09:40:07 +00:00
3df87a0b61
The IsInitialized flag is unused and unnecessary as the error returned inherently reports whether a message is uninitialized if it is non-nil. Also cleanup the documentation in protoiface of stale references. Change-Id: Id75772f4f75f8d7a2a9fbe772d57f7d69ae9fb9d Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/220337 Reviewed-by: Damien Neil <dneil@google.com>