-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
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
cannot find package "google/api" #67
Comments
yugui
added a commit
that referenced
this issue
Dec 9, 2015
Fixes #67. protoc-gen-go started to keep unused imports of .proto files. So we need to map google/api/annotation.proto to a valid golang import path. Another possible solution was to map the proto file to some harmless package, e.g. "fmt". But it would be safer to map it to a valid path.
yugui
added a commit
that referenced
this issue
Dec 10, 2015
Fixes #67. protoc-gen-go started to keep unused imports of .proto files. So we need to map google/api/annotation.proto to a valid golang import path. Another possible solution was to map the proto file to some harmless package, e.g. "fmt". But it would be safer to map it to a valid path.
ghost
mentioned this issue
Dec 10, 2015
ithinker1991
pushed a commit
to tronprotocol/grpc-gateway
that referenced
this issue
Jun 20, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Upstream protobuf package changed and the generated code now fails:
The text was updated successfully, but these errors were encountered: