mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
gofmt all (#1144)
This commit is contained in:
@ -56,7 +56,7 @@ func newProvider(conf map[string]string) (*namedotcomProvider, error) {
|
||||
func init() {
|
||||
providers.RegisterRegistrarType("NAMEDOTCOM", newReg)
|
||||
fns := providers.DspFuncs{
|
||||
Initializer: newDsp,
|
||||
Initializer: newDsp,
|
||||
RecordAuditor: AuditRecords,
|
||||
}
|
||||
providers.RegisterDomainServiceProviderType("NAMEDOTCOM", fns, features)
|
||||
|
Reference in New Issue
Block a user