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 (
|
import (
|
||||||
"bytes"
|
"bytes"
|
||||||
"fmt"
|
"fmt"
|
||||||
"github.com/conformal/btcjson"
|
|
||||||
"io"
|
"io"
|
||||||
"io/ioutil"
|
"io/ioutil"
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
|
"github.com/conformal/btcjson"
|
||||||
)
|
)
|
||||||
|
|
||||||
// cmdtests is a table of all the possible commands and a list of inputs,
|
// cmdtests is a table of all the possible commands and a list of inputs,
|
||||||
|
|
|
@ -7,10 +7,11 @@ package btcjson
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"github.com/davecgh/go-spew/spew"
|
|
||||||
"reflect"
|
"reflect"
|
||||||
"strings"
|
"strings"
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
|
"github.com/davecgh/go-spew/spew"
|
||||||
)
|
)
|
||||||
|
|
||||||
var testId = float64(1)
|
var testId = float64(1)
|
||||||
|
|
|
@ -7,8 +7,9 @@ package btcjson_test
|
||||||
import (
|
import (
|
||||||
"bytes"
|
"bytes"
|
||||||
"fmt"
|
"fmt"
|
||||||
"github.com/conformal/btcjson"
|
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
|
"github.com/conformal/btcjson"
|
||||||
)
|
)
|
||||||
|
|
||||||
// TestMarshallAndSend tests the MarshallAndSend function to make sure it can
|
// TestMarshallAndSend tests the MarshallAndSend function to make sure it can
|
||||||
|
|
|
@ -7,8 +7,9 @@ package btcjson_test
|
||||||
import (
|
import (
|
||||||
"bytes"
|
"bytes"
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"github.com/conformal/btcjson"
|
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
|
"github.com/conformal/btcjson"
|
||||||
)
|
)
|
||||||
|
|
||||||
var resulttests = []struct {
|
var resulttests = []struct {
|
||||||
|
|
Loading…
Reference in a new issue