mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
gofmt cleanups (#1217)
* Create codeql-config.yml * Update codeql-analysis.yml Add config to exclude certain files * Run gofmt on a few files as reported by goreportcard.com
This commit is contained in:
@@ -18,7 +18,7 @@ func newProvider(apiKey string, secretKey string, sandbox bool, debug bool) *dns
|
||||
}
|
||||
|
||||
fmt.Printf("Creating DNSMADEEASY provider for %q\n", baseURL)
|
||||
|
||||
|
||||
return &dnsMadeEasyProvider{
|
||||
restAPI: &dnsMadeEasyRestAPI{
|
||||
apiKey: apiKey,
|
||||
|
Reference in New Issue
Block a user