mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-02-23 23:23:05 +08:00
gofmt
This commit is contained in:
parent
e6c03c098a
commit
dd87f01560
1 changed files with 0 additions and 1 deletions
|
@ -16,7 +16,6 @@ func (rc *RecordConfig) String() string {
|
||||||
|
|
||||||
// Conversions
|
// Conversions
|
||||||
|
|
||||||
|
|
||||||
// RRtoRC converts dns.RR to RecordConfig
|
// RRtoRC converts dns.RR to RecordConfig
|
||||||
func RRtoRC(rr dns.RR, origin string) (RecordConfig, error) {
|
func RRtoRC(rr dns.RR, origin string) (RecordConfig, error) {
|
||||||
return helperRRtoRC(rr, origin, false)
|
return helperRRtoRC(rr, origin, false)
|
||||||
|
|
Loading…
Reference in a new issue