aboutsummaryrefslogtreecommitdiffstats
path: root/ethutil/script.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-09-23 23:55:54 +0800
committerobscuren <geffobscura@gmail.com>2014-09-23 23:55:54 +0800
commitbc1a173d2f5e44916b9c6a2ae746c43ce1cef6f7 (patch)
tree9b7e18c2a5ab32476ba891941576c36a00bb0731 /ethutil/script.go
parentb73c07dd806f0fe48ac96b142cc40d480496f2cf (diff)
parent6800c3665a50f7ac624f4ecbaa474b8a81336143 (diff)
downloadgo-tangerine-bc1a173d2f5e44916b9c6a2ae746c43ce1cef6f7.tar
go-tangerine-bc1a173d2f5e44916b9c6a2ae746c43ce1cef6f7.tar.gz
go-tangerine-bc1a173d2f5e44916b9c6a2ae746c43ce1cef6f7.tar.bz2
go-tangerine-bc1a173d2f5e44916b9c6a2ae746c43ce1cef6f7.tar.lz
go-tangerine-bc1a173d2f5e44916b9c6a2ae746c43ce1cef6f7.tar.xz
go-tangerine-bc1a173d2f5e44916b9c6a2ae746c43ce1cef6f7.tar.zst
go-tangerine-bc1a173d2f5e44916b9c6a2ae746c43ce1cef6f7.zip
Merge branch 'hotfix/0.6.5-3' into develop
Diffstat (limited to 'ethutil/script.go')
-rw-r--r--ethutil/script.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethutil/script.go b/ethutil/script.go
index a103fb8f0..34eadff85 100644
--- a/ethutil/script.go
+++ b/ethutil/script.go
@@ -1,4 +1,4 @@
-// +build !windows
+// +build !windows !cgo
package ethutil
import (