all: goimports -w .

Signed-off-by: Sasha Melentyev <sasha@melentyev.io>
This commit is contained in:
Sasha Melentyev
2022-11-17 19:07:04 +03:00
parent 719a0a4249
commit c3b6cbdb73
71 changed files with 74 additions and 75 deletions

View File

@ -18,7 +18,7 @@ import (
"context"
"log"
"go.etcd.io/etcd/client/v3"
clientv3 "go.etcd.io/etcd/client/v3"
)
func mockMaintenance_status() {}