Update gRPC template package sample to follow convention (#14716)

This commit is contained in:
James Newton-King 2019-10-07 11:21:16 +13:00 committed by GitHub
parent 54fda38971
commit 4cda48130c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ syntax = "proto3";
option csharp_namespace = "GrpcService_CSharp";
package Greet;
package greet;
// The greeting service definition.
service Greeter {