mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-02-23 15:12:57 +08:00
BUNNY_DNS: run goimports on convert.go (#3071)
This commit is contained in:
parent
dedf3989d7
commit
69533fca23
1 changed files with 2 additions and 1 deletions
|
@ -2,10 +2,11 @@ package bunnydns
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
"strings"
|
||||
|
||||
"github.com/StackExchange/dnscontrol/v4/models"
|
||||
"github.com/miekg/dns/dnsutil"
|
||||
"golang.org/x/exp/slices"
|
||||
"strings"
|
||||
)
|
||||
|
||||
var fqdnTypes = []recordType{recordTypeCNAME, recordTypeMX, recordTypeNS, recordTypePTR, recordTypeSRV}
|
||||
|
|
Loading…
Reference in a new issue