We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When executing roche g scaffold-service NAME command, an error is displayed under the following conditions
roche g scaffold-service NAME
github.com/izumin5210/grapi/cmd/grapi-gen-scaffold-service
github.com/golang/protobuf
github.com/grpc-ecosystem/grpc-gateway
github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/[email protected]
To Reproduce Steps to reproduce the behavior: execute roche g scaffold-service NAME
Expected behavior After initialization, the dependent libraries are listed in go.mod and are ready for go mod download.
go mod download
The text was updated successfully, but these errors were encountered:
You need to install protobuf in your environment. Please Look at here. https://github.com/protocolbuffers/protobuf
As for the other module, roche init enable to that the expected behavior you mentioned.
roche init
Sorry, something went wrong.
No branches or pull requests
Describe the bug
When executing
roche g scaffold-service NAME
command, an error is displayed under the following conditionsgithub.com/izumin5210/grapi/cmd/grapi-gen-scaffold-service
github.com/golang/protobuf
github.com/grpc-ecosystem/grpc-gateway
github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/[email protected]
To Reproduce
Steps to reproduce the behavior:
execute
roche g scaffold-service NAME
Expected behavior
After initialization, the dependent libraries are listed in go.mod and are ready for
go mod download
.The text was updated successfully, but these errors were encountered: