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"