1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00
What could possibly go wrong?
This commit is contained in:
Tom Limoncelli
2020-06-18 09:37:57 -04:00
committed by GitHub
parent 84fd4ae33e
commit 676d98fc4a
2656 changed files with 225 additions and 773200 deletions

View File

@@ -125,6 +125,8 @@ func (g *gcloud) GetNameservers(domain string) ([]*models.Nameserver, error) {
if err != nil {
return nil, err
}
//fmt.Printf("zone = %q\n", zone)
//fmt.Printf("zone.NameServers = %q\n", zone.NameServers)
return models.ToNameserversStripTD(zone.NameServers)
}