client/v3: Rename of imports
This commit is contained in:
@ -18,8 +18,8 @@ import (
|
||||
"context"
|
||||
"log"
|
||||
|
||||
"go.etcd.io/etcd/v3/clientv3"
|
||||
"go.etcd.io/etcd/v3/clientv3/clientv3util"
|
||||
"go.etcd.io/etcd/client/v3"
|
||||
"go.etcd.io/etcd/client/v3/clientv3util"
|
||||
)
|
||||
|
||||
func ExampleKeyMissing() {
|
||||
|
Reference in New Issue
Block a user