Skip to content
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

generate code use context not "golang.org/x/net/context" #430

Closed
jinleileiking opened this issue Jul 10, 2017 · 3 comments
Closed

generate code use context not "golang.org/x/net/context" #430

jinleileiking opened this issue Jul 10, 2017 · 3 comments

Comments

@jinleileiking
Copy link

The gate way generated code, use "golang.org/x/net/context"

Plz , use context instead.

@alecholmez
Copy link

All of gRPC-go needs to switch to context for that matter

@achew22
Copy link
Collaborator

achew22 commented Jul 11, 2017

We are aware of this and have attempted to make the switch along with grpc-go. Unfortunately without this projects dependencies being moved over, we can't move over. I'm going to close this in favour of older bugs. Feel free to subscribe to those to track progress.

#349 #343

@achew22 achew22 closed this as completed Jul 11, 2017
@thurt
Copy link
Contributor

thurt commented Nov 22, 2017

brief comment for others: my interface implementation file automatically added a "context" import. so i just have to manually change that to "golang.org/x/net/context" in order to prevent getting an error from RegisterServiceServer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants