diff options
author | Felix Lange <fjl@twurst.com> | 2015-07-07 11:10:49 +0800 |
---|---|---|
committer | Felix Lange <fjl@twurst.com> | 2015-07-07 20:12:45 +0800 |
commit | 4fb28e0dab912854570c6b6b183004f4b3e7ac05 (patch) | |
tree | a134341db17cf280e4529533c0eb86fca7e542a9 /common/natspec | |
parent | bdae4fd573dbc163bab3d0e2d1a5c457892037cd (diff) | |
download | go-tangerine-4fb28e0dab912854570c6b6b183004f4b3e7ac05.tar.gz go-tangerine-4fb28e0dab912854570c6b6b183004f4b3e7ac05.tar.zst go-tangerine-4fb28e0dab912854570c6b6b183004f4b3e7ac05.zip |
all: goimports -w
Diffstat (limited to 'common/natspec')
-rw-r--r-- | common/natspec/natspec.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/natspec/natspec.go b/common/natspec/natspec.go index 90dfa4320..ed16d62a0 100644 --- a/common/natspec/natspec.go +++ b/common/natspec/natspec.go @@ -20,7 +20,6 @@ import ( "bytes" "encoding/json" "fmt" - "github.com/robertkrimen/otto" "strings" "github.com/ethereum/go-ethereum/common" @@ -28,6 +27,7 @@ import ( "github.com/ethereum/go-ethereum/common/registrar" "github.com/ethereum/go-ethereum/crypto" "github.com/ethereum/go-ethereum/xeth" + "github.com/robertkrimen/otto" ) type abi2method map[[8]byte]*method |