Browse Source

ethutil: re-add build constraints in script*.go (fixes #151)

Felix Lange 11 years ago
parent
commit
e73aad959e
2 changed files with 4 additions and 0 deletions
  1. 2 0
      ethutil/script_unix.go
  2. 2 0
      ethutil/script_windows.go

+ 2 - 0
ethutil/script_unix.go

@@ -1,3 +1,5 @@
+// +build !windows
+
 package ethutil
 
 import (

+ 2 - 0
ethutil/script_windows.go

@@ -1,3 +1,5 @@
+// +build windows
+
 package ethutil
 
 import (