diff options
author | obscuren <geffobscura@gmail.com> | 2014-10-18 19:23:01 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-10-18 19:23:01 +0800 |
commit | a02dc4ccc321bdee2a670eecdf5c3bac01fc290b (patch) | |
tree | 9fff182ebd43564c78e62a70b306b2c1afb02823 /ethutil | |
parent | d2bb83833ffadc91d128a1833853ec3240b8c824 (diff) | |
download | dexon-a02dc4ccc321bdee2a670eecdf5c3bac01fc290b.tar.gz 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.go | 2 |
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 ( |