mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
Make GCLOUD and GANDI_V5 modules consistant (#1085)
Fixes https://github.com/StackExchange/dnscontrol/issues/1060 Fixes https://github.com/StackExchange/dnscontrol/issues/1059
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package gandi5
|
||||
package gandi_v5
|
||||
|
||||
import (
|
||||
"github.com/StackExchange/dnscontrol/v3/models"
|
||||
|
@@ -1,4 +1,4 @@
|
||||
package gandi5
|
||||
package gandi_v5
|
||||
|
||||
// Convert the provider's native record description to models.RecordConfig.
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
package gandi5
|
||||
package gandi_v5
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
@@ -1,4 +1,4 @@
|
||||
package gandi5
|
||||
package gandi_v5
|
||||
|
||||
/*
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
package google
|
||||
package gcloud
|
||||
|
||||
import (
|
||||
"github.com/StackExchange/dnscontrol/v3/models"
|
||||
|
@@ -1,4 +1,4 @@
|
||||
package google
|
||||
package gcloud
|
||||
|
||||
import (
|
||||
"context"
|
||||
|
Reference in New Issue
Block a user