From a02dc4ccc321bdee2a670eecdf5c3bac01fc290b Mon Sep 17 00:00:00 2001 From: obscuren Date: Sat, 18 Oct 2014 13:23:01 +0200 Subject: [PATCH] Using proper naming scheme. Fixes #63 --- ethutil/{script.go => script_unix.go} | 2 -- ethutil/script_windows.go | 2 -- 2 files changed, 4 deletions(-) rename ethutil/{script.go => script_unix.go} (97%) diff --git a/ethutil/script.go b/ethutil/script_unix.go similarity index 97% rename from ethutil/script.go rename to 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 (