mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-23 03:18:07 +00:00
ethutil: re-add build constraints in script*.go (fixes #151)
This commit is contained in:
parent
119c5b40a7
commit
e73aad959e
2 changed files with 4 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
// +build !windows
|
||||
|
||||
package ethutil
|
||||
|
||||
import (
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
// +build windows
|
||||
|
||||
package ethutil
|
||||
|
||||
import (
|
||||
|
|
|
|||
Loading…
Reference in a new issue