diff options
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/disasm/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/disasm/main.go b/cmd/disasm/main.go index d792e8ee5..41cad0231 100644 --- a/cmd/disasm/main.go +++ b/cmd/disasm/main.go @@ -18,10 +18,10 @@ package main import ( + "encoding/hex" "fmt" "io/ioutil" "os" - "encoding/hex" "strings" "github.com/ethereum/go-ethereum/core/vm" |