diff options
Diffstat (limited to 'ethutil/script_windows.go')
-rw-r--r-- | ethutil/script_windows.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ethutil/script_windows.go b/ethutil/script_windows.go index 4f94c6448..ef239cd51 100644 --- a/ethutil/script_windows.go +++ b/ethutil/script_windows.go @@ -1,3 +1,5 @@ +// +build windows + package ethutil import ( |