package main import ( "context" clientv3 "go.etcd.io/etcd/client/v3" ) var client *clientv3.Client var ctx = context.Background()