goimports -w .
This commit is contained in:
parent
2d32ed6ba7
commit
6aa6bec7fc
4 changed files with 8 additions and 4 deletions
|
@ -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…
Reference in a new issue