From a724a1bb422dc26c12ec23b644be1f859afa294e Mon Sep 17 00:00:00 2001 From: Christopher Franko Date: Tue, 13 Oct 2015 12:29:39 -0400 Subject: [PATCH] one more replace --- exp/handler_test.go | 2 +- exp/helper_test.go | 2 +- exp/metrics.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/exp/handler_test.go b/exp/handler_test.go index a3970e018b..c68c3443da 100644 --- a/exp/handler_test.go +++ b/exp/handler_test.go @@ -1,4 +1,4 @@ -package eth +package exp import ( "fmt" diff --git a/exp/helper_test.go b/exp/helper_test.go index 012404ff12..578c2020dc 100644 --- a/exp/helper_test.go +++ b/exp/helper_test.go @@ -1,7 +1,7 @@ // This file contains some shares testing functionality, common to multiple // different files and modules being tested. -package eth +package exp import ( "crypto/rand" diff --git a/exp/metrics.go b/exp/metrics.go index 3e38d62c2c..f18d8bcb24 100644 --- a/exp/metrics.go +++ b/exp/metrics.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 ( "github.com/expanse-project/go-expanse/metrics"