You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of what the bug is.
when I run "goctl rpc new xxx " is ok
bug when I run "goctl rpc new path1/path2/xx" It dos not ok
It looks like double dir_path like "path1/path2/xx/path1/path2/xx" and have fault message
To Reproduce
Steps to reproduce the behavior, if applicable:
The code is
goctlrpcnew"./app/test"--style=go_zero
The error is
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Environments (please complete the following information):
OS: mac 15.1
goctl version goctl version 1.7.3 darwin/arm64
More description
Add any other context about the problem here.
double app dir
The text was updated successfully, but these errors were encountered:
goctl rpc new $service_name, $service_name isn't output directory, if you use directory path as service name, it means a proto file would be created in it, and protoc generates pb files will depend on the proto filepath, so why this issue happend.
Describe the bug
A clear and concise description of what the bug is.
when I run "goctl rpc new xxx " is ok
bug when I run "goctl rpc new path1/path2/xx" It dos not ok
It looks like double dir_path like "path1/path2/xx/path1/path2/xx" and have fault message
To Reproduce
Steps to reproduce the behavior, if applicable:
The code is
The error is
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Environments (please complete the following information):
More description
Add any other context about the problem here.
double app dir
The text was updated successfully, but these errors were encountered: