Skip to content

Commit

Permalink
Merge pull request #326 from golang/revert-275-go-context-stdlib
Browse files Browse the repository at this point in the history
Revert "Update to standard library context package."
  • Loading branch information
dsnet committed Mar 31, 2017
2 parents e514ff5 + 154c03a commit 2bba060
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

1 comment on commit 2bba060

@maxim-rstor
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dsnet Thank you! Now it's compiling again.

Please sign in to comment.