aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-10-18 19:23:01 +0800
committerobscuren <geffobscura@gmail.com>2014-10-18 19:23:01 +0800
commita02dc4ccc321bdee2a670eecdf5c3bac01fc290b (patch)
tree9fff182ebd43564c78e62a70b306b2c1afb02823
parentd2bb83833ffadc91d128a1833853ec3240b8c824 (diff)
downloadgo-tangerine-a02dc4ccc321bdee2a670eecdf5c3bac01fc290b.tar
go-tangerine-a02dc4ccc321bdee2a670eecdf5c3bac01fc290b.tar.gz
go-tangerine-a02dc4ccc321bdee2a670eecdf5c3bac01fc290b.tar.bz2
go-tangerine-a02dc4ccc321bdee2a670eecdf5c3bac01fc290b.tar.lz
go-tangerine-a02dc4ccc321bdee2a670eecdf5c3bac01fc290b.tar.xz
go-tangerine-a02dc4ccc321bdee2a670eecdf5c3bac01fc290b.tar.zst
go-tangerine-a02dc4ccc321bdee2a670eecdf5c3bac01fc290b.zip
Using proper naming scheme. Fixes #63
-rw-r--r--ethutil/script_unix.go (renamed from ethutil/script.go)2
-rw-r--r--ethutil/script_windows.go2
2 files changed, 0 insertions, 4 deletions
diff --git a/ethutil/script.go b/ethutil/script_unix.go
index 8301466cc..bd087e7e0 100644
--- a/ethutil/script.go
+++ b/ethutil/script_unix.go
@@ -1,5 +1,3 @@
-// +build !windows !cgo
-
package ethutil
import (
diff --git a/ethutil/script_windows.go b/ethutil/script_windows.go
index c1b2d1b21..4f94c6448 100644
--- a/ethutil/script_windows.go
+++ b/ethutil/script_windows.go
@@ -1,5 +1,3 @@
-// +build windows, cgo
-
package ethutil
import (