From 51de57cecfd4251fe3ccf388342363dfc79c1f01 Mon Sep 17 00:00:00 2001 From: Steven Polley Date: Sun, 23 Jun 2019 07:02:46 +0000 Subject: [PATCH] comment --- example-client/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)