From 7b85735c276c9b61379e4b180589b29bfa7fd540 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Wed, 18 Apr 2018 01:49:35 +0200 Subject: [PATCH] common, rpc: fix goimports lint issue --- common/types.go | 4 ++-- rpc/client.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/types.go b/common/types.go index 76e7be58fe..0b94fb2c25 100644 --- a/common/types.go +++ b/common/types.go @@ -18,15 +18,15 @@ package common import ( "encoding/hex" + "encoding/json" "fmt" "math/big" "math/rand" "reflect" + "strings" - "encoding/json" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/ethereum/go-ethereum/crypto/sha3" - "strings" ) const ( diff --git a/rpc/client.go b/rpc/client.go index 68745c6cbe..77b4d5ee01 100644 --- a/rpc/client.go +++ b/rpc/client.go @@ -25,6 +25,7 @@ import ( "fmt" "net" "net/url" + "os" "reflect" "strconv" "strings" @@ -33,7 +34,6 @@ import ( "time" "github.com/ethereum/go-ethereum/log" - "os" ) var (