-
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
Move to stdlib context over x/net/context #326
Comments
cc: @sadlil |
Closed
Not really required with Go 1.9 aliases. |
Not really required, but I assume the x/net/context package will eventually go away so we should proably just do it. |
achew22
added a commit
to achew22/grpc-gateway
that referenced
this issue
Apr 14, 2018
Go 1.10 makes the move to the new context automatically on `go fix` so Fixes: grpc-ecosystem#326
achew22
added a commit
that referenced
this issue
Apr 14, 2018
Go 1.10 makes the move to the new context automatically on `go fix` so Fixes: #326
adasari
pushed a commit
to adasari/grpc-gateway
that referenced
this issue
Apr 9, 2020
Go 1.10 makes the move to the new context automatically on `go fix` so Fixes: grpc-ecosystem#326
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Placeholder issue.
We'll wait to do this until grpc/grpc-go#711 closes.
The text was updated successfully, but these errors were encountered: