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
// Paths for packages used by code generated in this file,// relative to the import_prefix of the generator.Generator.const (
contextPkgPath="golang.org/x/net/context"grpcPkgPath="google.golang.org/grpc"
)
@awalterschulze Nothing urgent :) We want to wait until golang/protobuf change as well, because that's when grpc-go is going to use context as well. Thanks!
I see this
const
here https://github.com/gogo/protobuf/blob/master/protoc-gen-gogo/grpc/grpc.go#L56When this would be changed to
"context"
?Reference
Thanks!
The text was updated successfully, but these errors were encountered: