common, rpc: fix goimports lint issue

This commit is contained in:
Felix Lange 2018-04-18 01:49:35 +02:00
parent b35b688b36
commit 7b85735c27
2 changed files with 3 additions and 3 deletions

View file

@ -18,15 +18,15 @@ package common
import ( import (
"encoding/hex" "encoding/hex"
"encoding/json"
"fmt" "fmt"
"math/big" "math/big"
"math/rand" "math/rand"
"reflect" "reflect"
"strings"
"encoding/json"
"github.com/ethereum/go-ethereum/common/hexutil" "github.com/ethereum/go-ethereum/common/hexutil"
"github.com/ethereum/go-ethereum/crypto/sha3" "github.com/ethereum/go-ethereum/crypto/sha3"
"strings"
) )
const ( const (

View file

@ -25,6 +25,7 @@ import (
"fmt" "fmt"
"net" "net"
"net/url" "net/url"
"os"
"reflect" "reflect"
"strconv" "strconv"
"strings" "strings"
@ -33,7 +34,6 @@ import (
"time" "time"
"github.com/ethereum/go-ethereum/log" "github.com/ethereum/go-ethereum/log"
"os"
) )
var ( var (