From afd1aa6171856b2da144b4be36fdd375d8c3971a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kurk=C3=B3=20Mih=C3=A1ly?= Date: Sun, 14 Oct 2018 19:04:52 +0300 Subject: [PATCH] p2p: goimports --- p2p/metrics.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/p2p/metrics.go b/p2p/metrics.go index c1b28e9bf1..6a7c0bad33 100644 --- a/p2p/metrics.go +++ b/p2p/metrics.go @@ -20,12 +20,13 @@ package p2p import ( "fmt" - "github.com/ethereum/go-ethereum/p2p/enode" "net" "sync" "sync/atomic" "time" + "github.com/ethereum/go-ethereum/p2p/enode" + "github.com/ethereum/go-ethereum/event" "github.com/ethereum/go-ethereum/log" "github.com/ethereum/go-ethereum/metrics"