Run goimports -w .

This commit is contained in:
Dave Collins 2015-05-01 10:54:42 -05:00
parent ce9e8aa264
commit dd8dc87577
2 changed files with 0 additions and 2 deletions

View file

@ -5,7 +5,6 @@
package main
import (
"fmt"
"io/ioutil"
"log"
"path/filepath"

View file

@ -9,7 +9,6 @@ import (
"strconv"
"github.com/btcsuite/btcd/btcjson"
"github.com/btcsuite/btcd/chaincfg"
"github.com/btcsuite/btcd/wire"
"github.com/btcsuite/btcutil"