Skip to content

Commit 1e5e01e

Browse files
committed
Fix-up dev merge
1 parent b1dc3ff commit 1e5e01e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

internal/libdns/gcore.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build libdns_gcore || !libdns_separate
2-
// +build libdns_gcore !libdns_separate
32

43
package libdns
54

@@ -12,7 +11,7 @@ import (
1211
)
1312

1413
func init() {
15-
module.Register("libdns.gcore", func(modName, instName string, _, _ []string) (module.Module, error) {
14+
module.Register("libdns.gcore", func(modName, instName string) (module.Module, error) {
1615
p := gcore.Provider{}
1716
return &ProviderModule{
1817
RecordDeleter: &p,

0 commit comments

Comments
 (0)