mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-09-04 04:04:19 +08:00
fix fmt
This commit is contained in:
parent
dc5591f9cd
commit
b8357f499a
1 changed files with 1 additions and 1 deletions
|
@ -4,9 +4,9 @@ import (
|
|||
"fmt"
|
||||
"strings"
|
||||
|
||||
nc "github.com/billputer/go-namecheap"
|
||||
"github.com/StackExchange/dnscontrol/models"
|
||||
"github.com/StackExchange/dnscontrol/providers"
|
||||
nc "github.com/billputer/go-namecheap"
|
||||
)
|
||||
|
||||
type Namecheap struct {
|
||||
|
|
Loading…
Add table
Reference in a new issue