Explorar o código

rafthttp: fix import

Xiang Li %!s(int64=11) %!d(string=hai) anos
pai
achega
264a63be80
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      rafthttp/streamer.go

+ 1 - 1
rafthttp/streamer.go

@@ -30,7 +30,7 @@ import (
 	"github.com/coreos/etcd/pkg/types"
 	"github.com/coreos/etcd/raft/raftpb"
 
-	"github.com/coreos/etcd/Godeps/_workspace/src/code.google.com/p/go.net/context"
+	"github.com/coreos/etcd/Godeps/_workspace/src/golang.org/x/net/context"
 )
 
 const (