mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
Lint: Fix ST1005: error strings should not be capitalized (#834)
This commit is contained in:
@@ -99,7 +99,7 @@ func (c *OpenSRSApi) getNameservers(domainName string) ([]string, error) {
|
||||
}
|
||||
return dom.Attributes.NameserverList.ToString(), nil
|
||||
}
|
||||
return nil, errors.New("Domain is locked")
|
||||
return nil, errors.New("domain is locked")
|
||||
}
|
||||
|
||||
// Returns a function that can be invoked to change the delegation of the domain to the given name server names.
|
||||
|
||||
Reference in New Issue
Block a user