client/v3: Rename of imports

This commit is contained in:
Piotr Tabor
2020-10-20 10:10:25 +02:00
parent cf795c0ae6
commit e33c6dd9df
166 changed files with 211 additions and 213 deletions

View File

@ -19,8 +19,8 @@ import (
"fmt"
"log"
"go.etcd.io/etcd/v3/clientv3"
"go.etcd.io/etcd/v3/clientv3/concurrency"
"go.etcd.io/etcd/client/v3"
"go.etcd.io/etcd/client/v3/concurrency"
)
func mockMutex_TryLock() {