style: format golang import package code style (#58)

Co-authored-by: Kevin Yu <yqlbu@Bu.edu>
This commit is contained in:
czybjtu
2023-04-23 13:27:29 +08:00
committed by GitHub
parent 064bf1ebbc
commit e71c272693
80 changed files with 276 additions and 200 deletions

View File

@ -8,14 +8,15 @@ package dns
import (
"context"
"fmt"
"github.com/daeuniverse/dae/common/consts"
"github.com/daeuniverse/dae/common/netutils"
"github.com/mzz2017/softwind/protocol/direct"
"net"
"net/url"
"strconv"
"sync"
"time"
"github.com/daeuniverse/dae/common/consts"
"github.com/daeuniverse/dae/common/netutils"
"github.com/mzz2017/softwind/protocol/direct"
)
var (