From 15d15d5d8174a5fb576686b5ecfe5003708dc1e7 Mon Sep 17 00:00:00 2001 From: Christopher Franko Date: Tue, 3 Nov 2015 18:48:15 -0500 Subject: [PATCH] find replace 2 --- exp/backend_test.go | 2 +- exp/cpu_mining.go | 2 +- exp/gpu_mining.go | 2 +- exp/sync_test.go | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/exp/backend_test.go b/exp/backend_test.go index b4b9aa25e2..0be7529caa 100644 --- a/exp/backend_test.go +++ b/exp/backend_test.go @@ -1,4 +1,4 @@ -package eth +package exp import ( "math/big" diff --git a/exp/cpu_mining.go b/exp/cpu_mining.go index ca698c62e4..f747b493e1 100644 --- a/exp/cpu_mining.go +++ b/exp/cpu_mining.go @@ -16,7 +16,7 @@ // +build !opencl -package eth +package exp import ( "errors" diff --git a/exp/gpu_mining.go b/exp/gpu_mining.go index 3aa6b88619..728a218e5d 100644 --- a/exp/gpu_mining.go +++ b/exp/gpu_mining.go @@ -16,7 +16,7 @@ // +build opencl -package eth +package exp import ( "fmt" diff --git a/exp/sync_test.go b/exp/sync_test.go index 34d62220aa..08e5a42c66 100644 --- a/exp/sync_test.go +++ b/exp/sync_test.go @@ -14,7 +14,7 @@ // You should have received a copy of the GNU Lesser General Public License // along with the go-ethereum library. If not, see . -package eth +package exp import ( "testing"