mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-29 15:11:09 +02:00
multi: run gosimports
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user