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

trpc-group/trpc-cmdline version: v1.0.9 generated pb code without helloworld.pb.go file #47

Open
daheige opened this issue Feb 28, 2025 · 0 comments

Comments

@daheige
Copy link

daheige commented Feb 28, 2025

Image This may be a bug, I have repeatedly executed this command without this file. ```proto syntax = "proto3";

package helloworld;

option go_package = "./;pb";

// HelloRequest is hello request.
message HelloRequest {
string msg = 1;
}

// HelloResponse is hello response.
message HelloResponse {
string msg = 1;
}

// HelloWorldService handles hello request and echo message.
service HelloWorldService {
// Hello says hello.
rpc Hello(HelloRequest) returns(HelloResponse);
}

I will place this file in the proto directory of my local project
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant