You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since go 1.9, x/net/context is a type alias to context, so you should not notice any difference when using.
There has been discussion on switching to the new context package, see #711.
The short conclusion is, there's currently no plan to make this change, because this is a non-issue with type alias. And the change will cause breakage for people using go versions without type alias.
( master / Go 1.10 / OSX )
https://github.com/grpc/grpc-go/blob/master/examples/helloworld/greeter_client/main.go#L26
Please update example code to new context import, thx
The text was updated successfully, but these errors were encountered: