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

@@ -15,10 +15,9 @@ import (
"github.com/btcsuite/btcwallet/waddrmgr"
"github.com/btcsuite/btcwallet/wallet"
"github.com/btcsuite/btcwallet/walletdb"
_ "github.com/btcsuite/btcwallet/walletdb/bdb" // Required in order to create the default database.
"github.com/davecgh/go-spew/spew"
"github.com/stretchr/testify/require"
_ "github.com/btcsuite/btcwallet/walletdb/bdb" // Required in order to create the default database.
)
var (