protobuf-go/cmd/protoc-gen-go/testdata
Joe Tsai d888139e7b internal/filedesc, internal/filetype: initial commit
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>
2019-06-20 02:06:11 +00:00
..
annotations internal/filedesc, internal/filetype: initial commit 2019-06-20 02:06:11 +00:00
comments internal/filedesc, internal/filetype: initial commit 2019-06-20 02:06:11 +00:00
extensions internal/filedesc, internal/filetype: initial commit 2019-06-20 02:06:11 +00:00
fieldnames internal/filedesc, internal/filetype: initial commit 2019-06-20 02:06:11 +00:00
import_public internal/filedesc, internal/filetype: initial commit 2019-06-20 02:06:11 +00:00
imports internal/filedesc, internal/filetype: initial commit 2019-06-20 02:06:11 +00:00
issue780_oneof_conflict internal/filedesc, internal/filetype: initial commit 2019-06-20 02:06:11 +00:00
nopackage internal/filedesc, internal/filetype: initial commit 2019-06-20 02:06:11 +00:00
proto2 internal/filedesc, internal/filetype: initial commit 2019-06-20 02:06:11 +00:00
proto3 internal/filedesc, internal/filetype: initial commit 2019-06-20 02:06:11 +00:00
gen_test.go all: change module to google.golang.org/protobuf 2019-05-14 17:28:29 +00:00
go.mod reflect/protoregistry: remove Files.RangeFilesByPath 2019-06-17 19:43:11 +00:00