goimports -w .

This commit is contained in:
Dave Collins 2014-07-02 19:41:28 -05:00
parent 2d32ed6ba7
commit 6aa6bec7fc
4 changed files with 8 additions and 4 deletions

View file

@ -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,

View file

@ -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)

View file

@ -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

View file

@ -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 {