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

Why not update oldcontext to new context? #563

Closed
GrantZheng opened this issue Jul 1, 2017 · 1 comment
Closed

Why not update oldcontext to new context? #563

GrantZheng opened this issue Jul 1, 2017 · 1 comment

Comments

@GrantZheng
Copy link

Hi,
When I use the go-kit, I find some package use the "golang.org/x/net/context", so that I have to depend and manage the "golang.org/x/net/context" in my code, otherwise it can generate error, why not update it?
thx

@basvanbeek
Copy link
Member

basvanbeek commented Jul 1, 2017

We can't as long as gRPC still relies on it. See grpc/grpc-go#711 for "context" :)

We have minimized usage of the old context package to places where we must only.

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

3 participants