multi: run gosimports

This commit is contained in:
Oliver Gugger
2022-02-07 13:58:21 +01:00
parent d1b512ff92
commit dfdc2bff8b
44 changed files with 50 additions and 95 deletions

View File

@@ -6,9 +6,8 @@ package monitoring
import (
"fmt"
"google.golang.org/grpc"
"github.com/lightningnetwork/lnd/lncfg"
"google.golang.org/grpc"
)
// GetPromInterceptors returns the set of interceptors for Prometheus

View File

@@ -7,11 +7,10 @@ import (
"net/http"
"sync"
"google.golang.org/grpc"
grpc_prometheus "github.com/grpc-ecosystem/go-grpc-prometheus"
"github.com/lightningnetwork/lnd/lncfg"
"github.com/prometheus/client_golang/prometheus/promhttp"
"google.golang.org/grpc"
)
var started sync.Once