goimports -w .

This commit is contained in:
Dave Collins 2014-07-02 19:33:54 -05:00
parent 130edaec65
commit 0e463baf95
13 changed files with 26 additions and 13 deletions

View file

@ -8,6 +8,7 @@ import (
"bytes"
"encoding/hex"
"encoding/json"
"github.com/conformal/btcjson"
"github.com/conformal/btcutil"
"github.com/conformal/btcwire"

View file

@ -5,8 +5,9 @@
package main
import (
"github.com/conformal/btcrpcclient"
"log"
"github.com/conformal/btcrpcclient"
)
func main() {

View file

@ -5,13 +5,14 @@
package main
import (
"github.com/conformal/btcrpcclient"
"github.com/conformal/btcutil"
"github.com/conformal/btcwire"
"io/ioutil"
"log"
"path/filepath"
"time"
"github.com/conformal/btcrpcclient"
"github.com/conformal/btcutil"
"github.com/conformal/btcwire"
)
func main() {

View file

@ -5,13 +5,14 @@
package main
import (
"github.com/conformal/btcrpcclient"
"github.com/conformal/btcutil"
"github.com/davecgh/go-spew/spew"
"io/ioutil"
"log"
"path/filepath"
"time"
"github.com/conformal/btcrpcclient"
"github.com/conformal/btcutil"
"github.com/davecgh/go-spew/spew"
)
func main() {

View file

@ -8,6 +8,7 @@ import (
"encoding/base64"
"encoding/json"
"fmt"
"github.com/conformal/btcjson"
"github.com/conformal/btcutil"
"github.com/conformal/btcwire"

View file

@ -13,16 +13,17 @@ import (
"encoding/json"
"errors"
"fmt"
"github.com/conformal/btcjson"
"github.com/conformal/btcws"
"github.com/conformal/go-socks"
"github.com/conformal/websocket"
"net"
"net/http"
"net/url"
"sync"
"sync/atomic"
"time"
"github.com/conformal/btcjson"
"github.com/conformal/btcws"
"github.com/conformal/go-socks"
"github.com/conformal/websocket"
)
var (

3
log.go
View file

@ -6,8 +6,9 @@ package btcrpcclient
import (
"errors"
"github.com/conformal/btclog"
"io"
"github.com/conformal/btclog"
)
// log is a logger that is initialized with no output filters. This

View file

@ -8,6 +8,7 @@ import (
"encoding/hex"
"encoding/json"
"errors"
"github.com/conformal/btcjson"
"github.com/conformal/btcutil"
)

1
net.go
View file

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

View file

@ -10,11 +10,12 @@ import (
"encoding/json"
"errors"
"fmt"
"sync"
"github.com/conformal/btcjson"
"github.com/conformal/btcutil"
"github.com/conformal/btcwire"
"github.com/conformal/btcws"
"sync"
)
var (

View file

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

View file

@ -8,6 +8,7 @@ import (
"bytes"
"encoding/hex"
"encoding/json"
"github.com/conformal/btcjson"
"github.com/conformal/btcutil"
"github.com/conformal/btcwire"

View file

@ -6,6 +6,7 @@ package btcrpcclient
import (
"encoding/json"
"github.com/conformal/btcjson"
"github.com/conformal/btcnet"
"github.com/conformal/btcutil"