Skip to content

Commit

Permalink
longrunning: use 1.6 context
Browse files Browse the repository at this point in the history
Use golang.org/x/net/context for Go 1.6 compatibility.

Change-Id: If1e22369498914a871bf247b42dc6e65c06c1161
Reviewed-on: https://code-review.googlesource.com/8570
Reviewed-by: Michael Darakananda <pongad@google.com>
  • Loading branch information
jba committed Oct 18, 2016
1 parent 10d3f88 commit f03e341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion longrunning/example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
package longrunning

import (
"context"
"fmt"
"time"

"github.com/golang/protobuf/ptypes"
"github.com/golang/protobuf/ptypes/duration"
"github.com/golang/protobuf/ptypes/timestamp"
"golang.org/x/net/context"
pb "google.golang.org/genproto/googleapis/longrunning"
)

Expand Down

0 comments on commit f03e341

Please sign in to comment.