Skip to content
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

Merged
merged 5 commits into from
Dec 6, 2018
Merged

example: add echo proto #2505

merged 5 commits into from
Dec 6, 2018

Conversation

menghanl
Copy link
Contributor

@menghanl menghanl commented Dec 5, 2018

No description provided.

examples/features/proto/echo/echo.proto Outdated Show resolved Hide resolved
examples/features/proto/doc.go Outdated Show resolved Hide resolved

syntax = "proto3";

package echo;
Copy link
Member

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 ?

Copy link
Contributor Author

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.

Copy link
Contributor Author

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.

@menghanl menghanl merged commit 49616eb into grpc:master Dec 6, 2018
@menghanl menghanl deleted the example-echo branch December 6, 2018 18:40
@dfawley dfawley added the Type: Documentation Documentation or examples label Dec 6, 2018
@dfawley dfawley added this to the 1.18 Release milestone Dec 6, 2018
@menghanl menghanl changed the title examples: add echo proto example: add echo proto Jan 15, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Jul 14, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Type: Documentation Documentation or examples
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants