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

pull/167/head
Felix Lange 10 years ago
parent 119c5b40a7
commit e73aad959e
  1. 2
      ethutil/script_unix.go
  2. 2
      ethutil/script_windows.go

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

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

Loading…
Cancel
Save