dnsmadeeasy: re-organize the bins

cc/ @soniah
This commit is contained in:
Jack Pearkes 2015-02-25 14:45:11 -08:00
parent dfaa428728
commit 44f20cad6b
7 changed files with 8 additions and 6 deletions

View File

@ -1,11 +1,12 @@
package main package main
import ( import (
"github.com/hashicorp/terraform/builtin/providers/dnsmadeeasy"
"github.com/hashicorp/terraform/plugin" "github.com/hashicorp/terraform/plugin"
) )
func main() { func main() {
plugin.Serve(&plugin.ServeOpts{ plugin.Serve(&plugin.ServeOpts{
ProviderFunc: Provider, ProviderFunc: dnsmadeeasy.Provider,
}) })
} }

View File

@ -0,0 +1 @@
package main

View File

@ -1,4 +1,4 @@
package main package dnsmadeeasy
import ( import (
"fmt" "fmt"

View File

@ -1,4 +1,4 @@
package main package dnsmadeeasy
import ( import (
"os" "os"

View File

@ -1,4 +1,4 @@
package main package dnsmadeeasy
import ( import (
"os" "os"

View File

@ -1,4 +1,4 @@
package main package dnsmadeeasy
import ( import (
"fmt" "fmt"

View File

@ -1,4 +1,4 @@
package main package dnsmadeeasy
import ( import (
"fmt" "fmt"