diff --git a/api/helloworld/v1/error_reason.proto b/api/helloworld/v1/error_reason.proto index 508e2283f4044212c68d83e1dc6611ed25d6fa37..fcedea14be3bfbe94db936c5f02d2d5c06062056 100644 --- a/api/helloworld/v1/error_reason.proto +++ b/api/helloworld/v1/error_reason.proto @@ -1,6 +1,6 @@ syntax = "proto3"; -package helloworld.v1; +//package helloworld.v1; option go_package = "./;v1"; diff --git a/api/helloworld/v1/greeter.proto b/api/helloworld/v1/greeter.proto index e3694c1c33a64225df86b2d142ac3895936f1613..b1f2c9d432233447e6f75a9c024070580fb45a0a 100644 --- a/api/helloworld/v1/greeter.proto +++ b/api/helloworld/v1/greeter.proto @@ -1,6 +1,6 @@ syntax = "proto3"; -package helloworld.v1; +//package helloworld.v1; import "google/api/annotations.proto";