diff options
Diffstat (limited to 'ethutil')
-rw-r--r-- | ethutil/script.go | 2 |
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 ( |