zeromicro / goctl-intellij

A intellij plugin of goctl
MIT License
27 stars 6 forks source link

the output of pb.go and _grpc.pb.go must not be the same with #26

Open Flipped199 opened 1 year ago

Flipped199 commented 1 year ago

the output of pb.go and _grpc.pb.go must not be the same with --zrpc_out: pb output: /Users/flipped/Code/Go/xxx/service/user-rpc zrpc out: /Users/flipped/Code/Go/xxx/service/user-rpc

问题是它也没让我选择输出目录啊,选也只能选一个

kesonan commented 12 months ago

It's a bug of goctl-intellij, you can execute command goctl rpc ... on terminal instead of this.