mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-28 21:59:12 +07:00
style: format golang import package code style (#58)
Co-authored-by: Kevin Yu <yqlbu@Bu.edu>
This commit is contained in:
@ -6,10 +6,11 @@
|
||||
package control
|
||||
|
||||
import (
|
||||
"github.com/mohae/deepcopy"
|
||||
"golang.org/x/net/dns/dnsmessage"
|
||||
"net/netip"
|
||||
"time"
|
||||
|
||||
"github.com/mohae/deepcopy"
|
||||
"golang.org/x/net/dns/dnsmessage"
|
||||
)
|
||||
|
||||
type DnsCache struct {
|
||||
|
Reference in New Issue
Block a user