goimports -w .
This commit is contained in:
parent
6d79aa5ff1
commit
d7e4789eda
3 changed files with 6 additions and 3 deletions
|
@ -5,8 +5,9 @@
|
|||
package btcnet
|
||||
|
||||
import (
|
||||
"github.com/conformal/btcwire"
|
||||
"time"
|
||||
|
||||
"github.com/conformal/btcwire"
|
||||
)
|
||||
|
||||
// genesisCoinbaseTx is the coinbase transaction for the genesis blocks for
|
||||
|
|
|
@ -6,9 +6,10 @@ package btcnet_test
|
|||
|
||||
import (
|
||||
"bytes"
|
||||
"testing"
|
||||
|
||||
"github.com/conformal/btcnet"
|
||||
"github.com/davecgh/go-spew/spew"
|
||||
"testing"
|
||||
)
|
||||
|
||||
// TestGenesisBlock tests the genesis block of the main network for validity by
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
package btcnet_test
|
||||
|
||||
import (
|
||||
. "github.com/conformal/btcnet"
|
||||
"testing"
|
||||
|
||||
. "github.com/conformal/btcnet"
|
||||
)
|
||||
|
||||
// Define some of the required parameters for a user-registered
|
||||
|
|
Loading…
Reference in a new issue