protobuf-go/reflect
Joe Tsai 7ea76d2a4c cmd/protoc-gen-go: un-deprecate enum maps
If we were starting from scratch, we would not have added the enum maps.
However, they already exist and see a fair amount of usage.
The effort to remove them is not worth it. Thus, remove the deprecation
warning since they are here to stay.

Note that the generated code does not refer to the generated enum maps.
One day, the linker should be able to elide them if unused by the user.
However, https://golang.org/issue/2559 would need to be resolved first.

Change-Id: Ia8b9b1812b5d8462ca2fa1d543170e4a09ff9e4f
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/183177
Reviewed-by: Damien Neil <dneil@google.com>
2019-06-20 19:36:37 +00:00
..
protodesc internal/filedesc, internal/filetype: initial commit 2019-06-20 02:06:11 +00:00
protoreflect internal/filedesc, internal/filetype: initial commit 2019-06-20 02:06:11 +00:00
protoregistry cmd/protoc-gen-go: un-deprecate enum maps 2019-06-20 19:36:37 +00:00
prototype reflect/prototype: initial commit 2019-05-22 18:28:03 +00:00