diff --git a/example-client/main.go b/example-client/main.go index 7eb377f..f3af71e 100644 --- a/example-client/main.go +++ b/example-client/main.go @@ -8,7 +8,7 @@ import ( ) func main() { - client := easydns.NewClient("https://sandbox.rest.easydns.net", "APITOKEN", "APIKEY") + client := easydns.NewClient("https://sandbox.rest.easydns.net", "APITOKEN", "APIKEY") //change url to remove sandbox once you contact easydns support recordList, err := client.GetRecordList("myeasydnssite.ca") if err != nil { log.Fatalf("failed to get records for myeasydnssite.ca: %v", err)