lnd: join imports to form three groups
In line with https://github.com/pavius/impi
This commit is contained in:
parent
c704c5747a
commit
999ffffa37
14
lnd.go
14
lnd.go
@ -11,6 +11,7 @@ import (
|
||||
"io/ioutil"
|
||||
"net"
|
||||
"net/http"
|
||||
_ "net/http/pprof" // Blank import to set up profiling HTTP handlers.
|
||||
"os"
|
||||
"path/filepath"
|
||||
"runtime/pprof"
|
||||
@ -18,19 +19,14 @@ import (
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
// Blank import to set up profiling HTTP handlers.
|
||||
_ "net/http/pprof"
|
||||
|
||||
"gopkg.in/macaroon-bakery.v2/bakery"
|
||||
"gopkg.in/macaroon.v2"
|
||||
|
||||
"google.golang.org/grpc"
|
||||
"google.golang.org/grpc/credentials"
|
||||
|
||||
"github.com/btcsuite/btcutil"
|
||||
"github.com/btcsuite/btcwallet/wallet"
|
||||
proxy "github.com/grpc-ecosystem/grpc-gateway/runtime"
|
||||
"github.com/lightninglabs/neutrino"
|
||||
"google.golang.org/grpc"
|
||||
"google.golang.org/grpc/credentials"
|
||||
"gopkg.in/macaroon-bakery.v2/bakery"
|
||||
"gopkg.in/macaroon.v2"
|
||||
|
||||
"github.com/lightningnetwork/lnd/autopilot"
|
||||
"github.com/lightningnetwork/lnd/build"
|
||||
|
Loading…
Reference in New Issue
Block a user