浏览代码

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

Felix Lange 11 年之前
父节点
当前提交
e73aad959e
共有 2 个文件被更改,包括 4 次插入0 次删除
  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 (