Browse Source

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

Felix Lange 11 năm trước cách đây
mục cha
commit
e73aad959e
2 tập tin đã thay đổi với 4 bổ sung0 xóa
  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 (