goimports -w .

This commit is contained in:
Dave Collins 2014-07-02 19:44:43 -05:00
parent 385201f9da
commit 1acb4b8151
4 changed files with 8 additions and 4 deletions

View file

@ -7,6 +7,7 @@ package btcws
import (
"encoding/json"
"errors"
"github.com/conformal/btcdb"
"github.com/conformal/btcjson"
"github.com/conformal/btcwire"

View file

@ -6,11 +6,12 @@
package btcws
import (
"reflect"
"testing"
"github.com/conformal/btcdb"
"github.com/conformal/btcjson"
"github.com/davecgh/go-spew/spew"
"reflect"
"testing"
)
var cmdtests = []struct {

View file

@ -7,6 +7,7 @@ package btcws
import (
"encoding/json"
"errors"
"github.com/conformal/btcjson"
)

View file

@ -5,11 +5,12 @@
package btcws_test
import (
"reflect"
"testing"
"github.com/conformal/btcjson"
"github.com/conformal/btcws"
"github.com/davecgh/go-spew/spew"
"reflect"
"testing"
)
var ntfntests = []struct {