p2p: goimports

This commit is contained in:
Kurkó Mihály 2018-10-14 19:04:52 +03:00
parent 8556748638
commit afd1aa6171

View file

@ -20,12 +20,13 @@ package p2p
import ( import (
"fmt" "fmt"
"github.com/ethereum/go-ethereum/p2p/enode"
"net" "net"
"sync" "sync"
"sync/atomic" "sync/atomic"
"time" "time"
"github.com/ethereum/go-ethereum/p2p/enode"
"github.com/ethereum/go-ethereum/event" "github.com/ethereum/go-ethereum/event"
"github.com/ethereum/go-ethereum/log" "github.com/ethereum/go-ethereum/log"
"github.com/ethereum/go-ethereum/metrics" "github.com/ethereum/go-ethereum/metrics"