diff options
author | obscuren <geffobscura@gmail.com> | 2014-09-23 18:00:25 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-09-23 18:00:25 +0800 |
commit | b73c07dd806f0fe48ac96b142cc40d480496f2cf (patch) | |
tree | c1efecc46d6fd6eed8dd059d8582dc8fd822f1fb /ethutil/script.go | |
parent | 1b66e1c93aa2a07afdd349a3a1700ded8e7cf496 (diff) | |
parent | ac5e86b7aee5715ca19a7c9fac56c62e7fcd7325 (diff) | |
download | dexon-b73c07dd806f0fe48ac96b142cc40d480496f2cf.tar.gz dexon-b73c07dd806f0fe48ac96b142cc40d480496f2cf.tar.zst dexon-b73c07dd806f0fe48ac96b142cc40d480496f2cf.zip |
Merge branch 'hotfix/0.6.5-2' into develop
Diffstat (limited to 'ethutil/script.go')
-rw-r--r-- | ethutil/script.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ethutil/script.go b/ethutil/script.go index bd087e7e0..a103fb8f0 100644 --- a/ethutil/script.go +++ b/ethutil/script.go @@ -1,3 +1,4 @@ +// +build !windows package ethutil import ( |