diff options
Diffstat (limited to 'rpc/inproc.go')
-rw-r--r-- | rpc/inproc.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/rpc/inproc.go b/rpc/inproc.go index f72b97497..595a7ca65 100644 --- a/rpc/inproc.go +++ b/rpc/inproc.go @@ -17,9 +17,8 @@ package rpc import ( + "context" "net" - - "golang.org/x/net/context" ) // NewInProcClient attaches an in-process connection to the given RPC server. |