aboutsummaryrefslogtreecommitdiffstats
path: root/dex/metrics.go
diff options
context:
space:
mode:
authorSonic <sonic@cobinhood.com>2018-09-19 18:56:06 +0800
committerWei-Ning Huang <w@byzantine-lab.io>2019-06-12 17:21:31 +0800
commitbd3f617267be4b6879285d1ebf97eceb501e3bea (patch)
tree1ebe74f01a4d6f69d057056c482503205f853e11 /dex/metrics.go
parent4dc829780c3bf1dcfc097a0f176d0df3f221f028 (diff)
downloadgo-tangerine-bd3f617267be4b6879285d1ebf97eceb501e3bea.tar
go-tangerine-bd3f617267be4b6879285d1ebf97eceb501e3bea.tar.gz
go-tangerine-bd3f617267be4b6879285d1ebf97eceb501e3bea.tar.bz2
go-tangerine-bd3f617267be4b6879285d1ebf97eceb501e3bea.tar.lz
go-tangerine-bd3f617267be4b6879285d1ebf97eceb501e3bea.tar.xz
go-tangerine-bd3f617267be4b6879285d1ebf97eceb501e3bea.tar.zst
go-tangerine-bd3f617267be4b6879285d1ebf97eceb501e3bea.zip
Change package name from eth to dex
Diffstat (limited to 'dex/metrics.go')
-rw-r--r--dex/metrics.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/dex/metrics.go b/dex/metrics.go
index 0533a2a87..8d923ed70 100644
--- a/dex/metrics.go
+++ b/dex/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 <http://www.gnu.org/licenses/>.
-package eth
+package dex
import (
"github.com/ethereum/go-ethereum/metrics"