protobuf-go/reflect
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
..
protodesc all: rename tag and flags for legacy support 2019-08-08 20:49:00 +00:00
protoreflect all: refactor extensions, add proto.GetExtension etc. 2019-08-08 18:20:51 +00:00
protoregistry cmd/protoc-gen-go, internal/filetype: clean up EnumType construction 2019-08-09 19:04:41 +00:00