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
Those below options are valid and generated correctly with grpc-gen-go, but doesn't work with grpc-gateway.
option go_package = "github.com/9bug/bug;pb";
option go_package = "github.com/9bug/bug-1";
The error message is:
E0803 14:31:41.864791 20176 generator.go:74] 11:13: expected declaration, found 'IDENT' pb:
I created a repo to reproduce this problem, and the build result.
The text was updated successfully, but these errors were encountered:
I'm trying to support this alias feature myself.
Sorry, something went wrong.
I submit #277 to fix the failure in first case. It passes all the tests.
I also pushed fix for latter case to above PR.
Closing this as there is a PR to track it already.
No branches or pull requests
Those below options are valid and generated correctly with grpc-gen-go, but doesn't work with grpc-gateway.
option go_package = "github.com/9bug/bug;pb";
option go_package = "github.com/9bug/bug-1";
The error message is:
I created a repo to reproduce this problem, and the build result.
The text was updated successfully, but these errors were encountered: