commit | 3df87a0b613e1058db450fc56e0556cb864bf252 | [log] [tgz] |
---|---|---|
author | Joe Tsai <joetsai@digital-static.net> | Thu Feb 20 10:24:36 2020 -0800 |
committer | Joe Tsai <thebrokentoaster@gmail.com> | Thu Feb 20 19:26:44 2020 +0000 |
tree | 28cf243eb9ebe3977e497b320d824a462832b0bb | |
parent | 52ee491c59497b22524fb53c360097d7843c3f32 [diff] |
runtime/protoiface: remove IsInitializedOutputFlags and IsInitialized 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>
WARNING: This repository is in active development. There are no guarantees about API stability. Breaking changes will occur until a stable release is made and announced.
This repository is for the development of the next major Go implementation of protocol buffers. This library makes breaking API changes relative to the existing Go protobuf library. Of particular note, this API aims to make protobuf reflection a first-class feature of the API and implements the protobuf ecosystem in terms of reflection.
List of relevant design documents:
We appreciate community contributions. See CONTRIBUTING.md.
Issues regarding the new API can be filed at github.com/golang/protobuf. Please use a APIv2:
prefix in the title to make it clear that the issue is regarding the new API work.