Browse Source

Clean up and organize imports

remove_0mq
mdr0id 5 years ago
parent
commit
3d48461e32
  1. 4
      cmd/ingest/main.go

4
cmd/ingest/main.go

@ -4,15 +4,15 @@ import (
"context"
"database/sql"
"encoding/hex"
"encoding/json"
"flag"
"fmt"
"os"
"time"
"encoding/json"
"github.com/pkg/errors"
"strconv"
"strings"
"github.com/pkg/errors"
"github.com/btcsuite/btcd/rpcclient"
"github.com/golang/protobuf/proto"
"github.com/sirupsen/logrus"

Loading…
Cancel
Save