BUNNY_DNS: run goimports on convert.go (#3071)

This commit is contained in:
Tom Limoncelli 2024-08-05 16:38:40 -04:00 committed by GitHub
parent dedf3989d7
commit 69533fca23
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}