mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-12-09 21:55:57 +08:00
* Replaced errors.Wrap with fmt.Errorf (#589) * Find: errors\.Wrap\(([^,]+),\s+(["`][^"`]*)(["`])\) Replace: fmt.Errorf($2: %w$3, $1) * Replaced errors.Wrapf with fmt.Errorf (#589) * Find: errors\.Wrapf\(([^,]+),\s+(["`][^"`]*)(["`])\) Replace: fmt.Errorf($2: %w$3, $1) * Find: errors\.Wrapf\(([^,]+),\s+(["`][^"`]*)(["`])(,[^)]+)\) * Replace: fmt.Errorf($2: %w$3$4, $1) * Replaced errors.Errorf with fmt.Errorf (#589) * Find: errors\.Errorf Replace: fmt.Errorf * Cleaned up remaining imports * Cleanup * Regenerate provider support matrix This was broken by #533 ... and it's now the third time this has been missed. |
||
|---|---|---|
| .. | ||
| dns.go | ||
| dns_test.go | ||
| domain.go | ||
| provider.go | ||
| quotes.go | ||
| quotes_test.go | ||
| record.go | ||
| record_test.go | ||
| t_caa.go | ||
| t_mx.go | ||
| t_naptr.go | ||
| t_parse.go | ||
| t_srv.go | ||
| t_sshfp.go | ||
| t_tlsa.go | ||
| t_txt.go | ||
| target.go | ||
| util.go | ||