mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-03-30 15:08:33 +00:00
goimports -w .
This commit is contained in:
parent
2d32ed6ba7
commit
6aa6bec7fc
@ -7,10 +7,11 @@ package btcjson_test
|
||||
import (
|
||||
"bytes"
|
||||
"fmt"
|
||||
"github.com/conformal/btcjson"
|
||||
"io"
|
||||
"io/ioutil"
|
||||
"testing"
|
||||
|
||||
"github.com/conformal/btcjson"
|
||||
)
|
||||
|
||||
// cmdtests is a table of all the possible commands and a list of inputs,
|
||||
|
@ -7,10 +7,11 @@ package btcjson
|
||||
|
||||
import (
|
||||
"encoding/json"
|
||||
"github.com/davecgh/go-spew/spew"
|
||||
"reflect"
|
||||
"strings"
|
||||
"testing"
|
||||
|
||||
"github.com/davecgh/go-spew/spew"
|
||||
)
|
||||
|
||||
var testId = float64(1)
|
||||
|
@ -7,8 +7,9 @@ package btcjson_test
|
||||
import (
|
||||
"bytes"
|
||||
"fmt"
|
||||
"github.com/conformal/btcjson"
|
||||
"testing"
|
||||
|
||||
"github.com/conformal/btcjson"
|
||||
)
|
||||
|
||||
// TestMarshallAndSend tests the MarshallAndSend function to make sure it can
|
||||
|
@ -7,8 +7,9 @@ package btcjson_test
|
||||
import (
|
||||
"bytes"
|
||||
"encoding/json"
|
||||
"github.com/conformal/btcjson"
|
||||
"testing"
|
||||
|
||||
"github.com/conformal/btcjson"
|
||||
)
|
||||
|
||||
var resulttests = []struct {
|
||||
|
Loading…
x
Reference in New Issue
Block a user