protobuf-go/cmd/protoc-gen-go/testdata/imports
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
..
fmt internal/filedesc, internal/filetype: initial commit 2019-06-20 02:06:11 +00:00
test_a_1 internal/filedesc, internal/filetype: initial commit 2019-06-20 02:06:11 +00:00
test_a_2 internal/filedesc, internal/filetype: initial commit 2019-06-20 02:06:11 +00:00
test_b_1 internal/filedesc, internal/filetype: initial commit 2019-06-20 02:06:11 +00:00
test_import_a1m1.pb.go internal/filedesc, internal/filetype: initial commit 2019-06-20 02:06:11 +00:00
test_import_a1m1.proto all: change module to google.golang.org/protobuf 2019-05-14 17:28:29 +00:00
test_import_a1m2.pb.go internal/filedesc, internal/filetype: initial commit 2019-06-20 02:06:11 +00:00
test_import_a1m2.proto all: change module to google.golang.org/protobuf 2019-05-14 17:28:29 +00:00
test_import_all.pb.go internal/filedesc, internal/filetype: initial commit 2019-06-20 02:06:11 +00:00
test_import_all.proto all: change module to google.golang.org/protobuf 2019-05-14 17:28:29 +00:00