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:
Tom Limoncelli 2021-03-07 15:14:46 -05:00 committed by GitHub
parent 9f0ac5dfba
commit 1b83561b7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
package gandi5
package gandi_v5
import (
"github.com/StackExchange/dnscontrol/v3/models"

View file

@ -1,4 +1,4 @@
package gandi5
package gandi_v5
// Convert the provider's native record description to models.RecordConfig.

View file

@ -1,4 +1,4 @@
package gandi5
package gandi_v5
import (
"testing"

View file

@ -1,4 +1,4 @@
package gandi5
package gandi_v5
/*

View file

@ -1,4 +1,4 @@
package google
package gcloud
import (
"github.com/StackExchange/dnscontrol/v3/models"

View file

@ -1,4 +1,4 @@
package google
package gcloud
import (
"context"