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

@ -23,10 +23,9 @@ import (
"net/http"
"strings"
"go.etcd.io/etcd/client/v3"
grpcprom "github.com/grpc-ecosystem/go-grpc-prometheus"
"github.com/prometheus/client_golang/prometheus/promhttp"
clientv3 "go.etcd.io/etcd/client/v3"
"google.golang.org/grpc"
)