*: move "mvcc" to "internal/mvcc"

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
Gyuho Lee
2018-01-26 11:14:41 -08:00
parent 349a377a67
commit 80d15948bc
100 changed files with 99 additions and 101 deletions

View File

@@ -12,7 +12,7 @@ import (
_ "github.com/gogo/protobuf/gogoproto"
mvccpb "github.com/coreos/etcd/mvcc/mvccpb"
mvccpb "github.com/coreos/etcd/internal/mvcc/mvccpb"
authpb "github.com/coreos/etcd/auth/authpb"