aboutsummaryrefslogtreecommitdiffstats
path: root/ethutil
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 /ethutil
parentd2bb83833ffadc91d128a1833853ec3240b8c824 (diff)
downloaddexon-a02dc4ccc321bdee2a670eecdf5c3bac01fc290b.tar
dexon-a02dc4ccc321bdee2a670eecdf5c3bac01fc290b.tar.gz
dexon-a02dc4ccc321bdee2a670eecdf5c3bac01fc290b.tar.bz2
dexon-a02dc4ccc321bdee2a670eecdf5c3bac01fc290b.tar.lz
dexon-a02dc4ccc321bdee2a670eecdf5c3bac01fc290b.tar.xz
dexon-a02dc4ccc321bdee2a670eecdf5c3bac01fc290b.tar.zst
dexon-a02dc4ccc321bdee2a670eecdf5c3bac01fc290b.zip
Using proper naming scheme. Fixes #63
Diffstat (limited to 'ethutil')
-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 (