diff --git a/jsonapi_test.go b/jsonapi_test.go index 91bf28c9..4c1459f3 100644 --- a/jsonapi_test.go +++ b/jsonapi_test.go @@ -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, diff --git a/jsoncmd_test.go b/jsoncmd_test.go index 1d012c61..67dc1d12 100644 --- a/jsoncmd_test.go +++ b/jsoncmd_test.go @@ -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) diff --git a/jsonfxns_test.go b/jsonfxns_test.go index 2fa2f7c1..31bb93aa 100644 --- a/jsonfxns_test.go +++ b/jsonfxns_test.go @@ -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 diff --git a/jsonresults_test.go b/jsonresults_test.go index 469dca67..fc25138f 100644 --- a/jsonresults_test.go +++ b/jsonresults_test.go @@ -7,8 +7,9 @@ package btcjson_test import ( "bytes" "encoding/json" - "github.com/conformal/btcjson" "testing" + + "github.com/conformal/btcjson" ) var resulttests = []struct {