client/v3: Rename of imports
This commit is contained in:
@ -16,7 +16,7 @@
|
||||
package clientv3util
|
||||
|
||||
import (
|
||||
"go.etcd.io/etcd/v3/clientv3"
|
||||
"go.etcd.io/etcd/client/v3"
|
||||
)
|
||||
|
||||
// KeyExists returns a comparison operation that evaluates to true iff the given
|
||||
|
Reference in New Issue
Block a user