mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
gofmt
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user