protobuf-go/types/known
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
..
anypb internal/filedesc, internal/filetype: initial commit 2019-06-20 02:06:11 +00:00
apipb internal/filedesc, internal/filetype: initial commit 2019-06-20 02:06:11 +00:00
durationpb internal/filedesc, internal/filetype: initial commit 2019-06-20 02:06:11 +00:00
emptypb internal/filedesc, internal/filetype: initial commit 2019-06-20 02:06:11 +00:00
fieldmaskpb internal/filedesc, internal/filetype: initial commit 2019-06-20 02:06:11 +00:00
sourcecontextpb internal/filedesc, internal/filetype: initial commit 2019-06-20 02:06:11 +00:00
structpb cmd/protoc-gen-go: un-deprecate enum maps 2019-06-20 19:36:37 +00:00
timestamppb internal/filedesc, internal/filetype: initial commit 2019-06-20 02:06:11 +00:00
typepb cmd/protoc-gen-go: un-deprecate enum maps 2019-06-20 19:36:37 +00:00
wrapperspb internal/filedesc, internal/filetype: initial commit 2019-06-20 02:06:11 +00:00