CHORE: Go fmt (#2095)

Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
This commit is contained in:
Jeffrey Cafferata 2023-02-26 04:20:12 +01:00 committed by GitHub
parent a381806615
commit ab872cc13f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -141,9 +141,11 @@ func ByRecord(existing models.Records, dc *models.DomainConfig, compFunc Compara
// Example usage: // Example usage:
// //
// msgs, changes, err := diff2.ByZone(foundRecords, dc, nil) // msgs, changes, err := diff2.ByZone(foundRecords, dc, nil)
//
// if err != nil { // if err != nil {
// return nil, err // return nil, err
// } // }
//
// if changes { // if changes {
// // Generate a "correction" that uploads the entire zone. // // Generate a "correction" that uploads the entire zone.
// // (dc.Records are the new records for the zone). // // (dc.Records are the new records for the zone).