mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
Rename RR() to ToRR().
This commit is contained in:
@@ -83,7 +83,7 @@ func (r *RecordConfig) String() string {
|
||||
}
|
||||
|
||||
/// Convert RecordConfig -> dns.RR.
|
||||
func (r *RecordConfig) RR() dns.RR {
|
||||
func (r *RecordConfig) ToRR() dns.RR {
|
||||
|
||||
// Note: The label is a FQDN ending in a ".". It will not put "@" in the Name field.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user