diff options
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/main.go b/main.go deleted file mode 100644 index e433a0f..0000000 --- a/main.go +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | package main | ||
2 | |||
3 | import ( | ||
4 | "github.com/fretlink/terraform-provider-mailgun/mailgun" | ||
5 | "github.com/hashicorp/terraform/plugin" | ||
6 | ) | ||
7 | |||
8 | func main() { | ||
9 | plugin.Serve(&plugin.ServeOpts{ | ||
10 | ProviderFunc: mailgun.Provider}) | ||
11 | } | ||