-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Move to google.golang.org/genproto instead of shipping annotations.proto. #202
Comments
@tmc Does it mean we can expect that compiled version of |
@yugui yes that is the case. For example, with just $GOPATH/src included in and |
https://github.com/grpc-ecosystem/grpc-gateway/tree/cleanup/use-go-genproto I tried to move them, but it turned out that there's an compatibility issue.
|
I had this error when using the google datastore go library together with grpc-gateway. I solved it like this:
Hope this helps in case anyone else is experiencing this. |
genproto doesn't include proto files anymore so we need to keep vendoring -- #325 updates protos and includes the appropriate lines to rely on genproto for go files. |
for motivation: googleapis/gapic-generator#324
The text was updated successfully, but these errors were encountered: