| Index: server/discovery/internal/testservices/helloworld.proto
|
| diff --git a/server/prpc/helloworld_test.proto b/server/discovery/internal/testservices/helloworld.proto
|
| similarity index 96%
|
| copy from server/prpc/helloworld_test.proto
|
| copy to server/discovery/internal/testservices/helloworld.proto
|
| index c65a7e0c0771b392c5432209e26971ec7de1294c..f6f35a26bda152e088d82b040360e50f9c5fb5d9 100644
|
| --- a/server/prpc/helloworld_test.proto
|
| +++ b/server/discovery/internal/testservices/helloworld.proto
|
| @@ -4,7 +4,7 @@
|
|
|
| syntax = "proto3";
|
|
|
| -package prpc;
|
| +package testservices;
|
|
|
| // The greeting service definition.
|
| service Greeter {
|
|
|