Skip to content

Commit

Permalink
Revert "Update to standard library context package. (protocolbuffers#275
Browse files Browse the repository at this point in the history
)"

This reverts commit e514ff5.
  • Loading branch information
dsnet authored Mar 31, 2017
1 parent e514ff5 commit 154c03a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protoc-gen-go/grpc/grpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const generatedCodeVersion = 4
// Paths for packages used by code generated in this file,
// relative to the import_prefix of the generator.Generator.
const (
contextPkgPath = "context"
contextPkgPath = "golang.org/x/net/context"
grpcPkgPath = "google.golang.org/grpc"
)

Expand Down

0 comments on commit 154c03a

Please sign in to comment.