lnd: fix gofmt warnings

This commit is contained in:
Andrey Samokhvalov
2017-02-23 22:02:08 +03:00
committed by Olaoluwa Osuntokun
parent 8fb54782e2
commit f2843dd4c9
5 changed files with 21 additions and 16 deletions

View File

@ -4,6 +4,11 @@ import (
"encoding/hex"
"encoding/json"
"errors"
"github.com/lightningnetwork/lnd/channeldb"
"github.com/roasbeef/btcd/btcec"
"github.com/roasbeef/btcd/chaincfg/chainhash"
"github.com/roasbeef/btcd/wire"
"github.com/roasbeef/btcutil"
"io/ioutil"
"math/big"
"net"