From 6aa6bec7fc1fb46f086af45f02384b6d50e4e69b Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Wed, 2 Jul 2014 19:41:28 -0500 Subject: [PATCH] goimports -w . --- jsonapi_test.go | 3 ++- jsoncmd_test.go | 3 ++- jsonfxns_test.go | 3 ++- jsonresults_test.go | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/jsonapi_test.go b/jsonapi_test.go index 91bf28c99..4c1459f35 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 1d012c61b..67dc1d129 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 2fa2f7c1e..31bb93aa2 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 469dca67a..fc25138f4 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 {