-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
example: add echo proto #2505
example: add echo proto #2505
Conversation
|
||
syntax = "proto3"; | ||
|
||
package echo; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
grpc.examples.features.proto.echo
?
grpc.examples.echo
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
grpc.examples.echo
should be good.
I didn't add option go_package =
, I think we don't need it for this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And the directory name needs to be renamed to grpc_examples_echo
, to match the go package name.
3331374
to
726d265
Compare
This reverts commit 4bdea41.
No description provided.