protobuf-go/types
Damien Neil 16163b4f67 all: drop reflect/prototype package
Remove the remaining uses of the prototype package.

The most significant change is to impl.MessageInfo, which now directly
implements the MessageType interface. This involves two notable changes
to exported fields of MessageInfo:

  - PBType is now Desc.
  - GoType is now GoReflectType. (Name changed to avoid a conflict with
    the GoType method of the MessageType interface.)

Fixes golang/protobuf#911

Change-Id: Ie2aa4766d6887ceaa9cf06b1f109aa6e6e2a208f
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/189340
Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>
2019-08-09 19:06:30 +00:00
..
descriptorpb cmd/protoc-gen-go, internal/filetype: clean up EnumType construction 2019-08-09 19:04:41 +00:00
dynamicpb all: drop reflect/prototype package 2019-08-09 19:06:30 +00:00
known cmd/protoc-gen-go, internal/filetype: clean up EnumType construction 2019-08-09 19:04:41 +00:00
pluginpb runtime/protoimpl, cmd/protoc-gen-go: support release versioning 2019-08-07 22:59:30 +00:00