goimports -w

This commit is contained in:
Vladislav Yarmak
2023-02-01 20:16:05 +02:00
parent adddc10149
commit c413ef95b1

View File

@@ -1,9 +1,10 @@
package main
import (
"time"
"github.com/AdguardTeam/dnsproxy/upstream"
"github.com/miekg/dns"
"time"
)
type Resolver struct {