mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
gofmt -s -w
This commit is contained in:
@@ -526,7 +526,7 @@ func makeRec(name, target, typ string) *models.RecordConfig {
|
||||
return r
|
||||
}
|
||||
|
||||
//func (r *models.RecordConfig) ttl(t uint32) *models.RecordConfig {
|
||||
// func (r *models.RecordConfig) ttl(t uint32) *models.RecordConfig {
|
||||
func ttl(r *models.RecordConfig, t uint32) *models.RecordConfig {
|
||||
r.TTL = t
|
||||
return r
|
||||
|
Reference in New Issue
Block a user