Skip to content

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

@daheige

Description

@daheige
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions