mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-01-04 02:38:50 +00:00
d888139e7b
The internal/fileinit package is split apart into two packages: * internal/filedesc constructs descriptors from the raw proto. It is very similar to the previous internal/fileinit package. * internal/filetype wraps descriptors with Go type information Overview: * The internal/fileinit package will be deleted in a future CL. It is kept around since the v1 repo currently depends on it. * The internal/prototype package is deleted. All former usages of it are now using internal/filedesc instead. Most significantly, the reflect/protodesc package was almost entirely re-written. * The internal/impl package drops support for messages that do not have a Descriptor method (pre-2016). This removes a significant amount of technical debt. filedesc.Builder to parse raw descriptors. * The internal/encoding/defval package now handles enum values by name. Change-Id: I3957bcc8588a70470fd6c7de1122216b80615ab7 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/182360 Reviewed-by: Damien Neil <dneil@google.com> |
||
---|---|---|
.. | ||
proto2.v0.0.0-20160225-2fc053c5 | ||
proto2.v0.0.0-20160519-a4ab9ec5 | ||
proto2.v1.0.0-20180125-92554152 | ||
proto2.v1.1.0-20180430-b4deda09 | ||
proto2.v1.2.0-20180814-aa810b61 | ||
proto2.v1.2.1-20181126-8d0c54c1 | ||
proto3.v0.0.0-20160225-2fc053c5 | ||
proto3.v0.0.0-20160519-a4ab9ec5 | ||
proto3.v1.0.0-20180125-92554152 | ||
proto3.v1.1.0-20180430-b4deda09 | ||
proto3.v1.2.0-20180814-aa810b61 | ||
proto3.v1.2.1-20181126-8d0c54c1 | ||
legacy.pb.go | ||
legacy.proto |