Update gRPC template package sample to follow convention (#14716)
This commit is contained in:
parent
54fda38971
commit
4cda48130c
|
|
@ -2,7 +2,7 @@ syntax = "proto3";
|
|||
|
||||
option csharp_namespace = "GrpcService_CSharp";
|
||||
|
||||
package Greet;
|
||||
package greet;
|
||||
|
||||
// The greeting service definition.
|
||||
service Greeter {
|
||||
|
|
|
|||
Loading…
Reference in New Issue