This website works better with JavaScript
Home
Explore
Help
Register
Sign In
skyfffire
/
core-chain
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
ethutil: re-add build constraints in script*.go (fixes
#151
)
Felix Lange
11 years ago
parent
119c5b40a7
commit
e73aad959e
2 changed files
with
4 additions
and
0 deletions
Split View
Show Diff Stats
2
0
ethutil/script_unix.go
2
0
ethutil/script_windows.go
+ 2
- 0
ethutil/script_unix.go
View File
@@ -1,3 +1,5 @@
+// +build !windows
+
package ethutil
import (
+ 2
- 0
ethutil/script_windows.go
View File
@@ -1,3 +1,5 @@
+// +build windows
+
package ethutil
import (