diff --git a/src/google/protobuf/cpp_features.proto b/src/google/protobuf/cpp_features.proto index 75bf6b859af36..a71507a85999e 100644 --- a/src/google/protobuf/cpp_features.proto +++ b/src/google/protobuf/cpp_features.proto @@ -11,6 +11,8 @@ package pb; import "google/protobuf/descriptor.proto"; +option go_package = "google.golang.org/protobuf/types/cppfeaturespb"; + extend google.protobuf.FeatureSet { optional CppFeatures cpp = 1000; }