*: replace 'golang.org/x/net/context' with 'context'

Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
This commit is contained in:
Gyu-Ho Lee
2017-09-06 14:57:25 -07:00
parent ff31fb4b8b
commit f65aee0759
175 changed files with 270 additions and 245 deletions

View File

@@ -16,13 +16,13 @@ package raft
import (
"bytes"
"context"
"reflect"
"testing"
"time"
"github.com/coreos/etcd/pkg/testutil"
"github.com/coreos/etcd/raft/raftpb"
"golang.org/x/net/context"
)
// TestNodeStep ensures that node.Step sends msgProp to propc chan