core, eth: fix goimports for Go 1.11

This commit is contained in:
Péter Szilágyi
2018-09-19 11:47:09 +03:00
parent 67c332e9b5
commit faa69bea1c
3 changed files with 7 additions and 7 deletions

View File

@ -40,8 +40,8 @@ type PublicDownloaderAPI struct {
// installSyncSubscription channel.
func NewPublicDownloaderAPI(d *Downloader, m *event.TypeMux) *PublicDownloaderAPI {
api := &PublicDownloaderAPI{
d: d,
mux: m,
d: d,
mux: m,
installSyncSubscription: make(chan chan interface{}),
uninstallSyncSubscription: make(chan *uninstallSyncSubscriptionRequest),
}