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
import (
"github.com/hashicorp/terraform/builtin/providers/dnsmadeeasy"
"github.com/hashicorp/terraform/plugin"
)
func main() {
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 (
"fmt"

View File

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

View File

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

View File

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

View File

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