aboutsummaryrefslogtreecommitdiffhomepage
path: root/main.go
diff options
context:
space:
mode:
authorAlexandre Garand <alexandre.garand@fretlink.com>2019-07-04 13:31:58 +0200
committerAlexandre Garand <alexandre.garand@fretlink.com>2019-07-04 14:25:40 +0200
commita1f9b9a1c1a80ee4db8de66fe1b771fe8e28cd05 (patch)
tree2841fe577e2927dc4b0e9df04c7535c9fb8d31de /main.go
parentdd1186fd91ca40f876130a596f53ebef14cf8815 (diff)
downloadterraform-provider-mailgun-a1f9b9a1c1a80ee4db8de66fe1b771fe8e28cd05.tar.gz
terraform-provider-mailgun-a1f9b9a1c1a80ee4db8de66fe1b771fe8e28cd05.tar.zst
terraform-provider-mailgun-a1f9b9a1c1a80ee4db8de66fe1b771fe8e28cd05.zip
add doc
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index debeaa0..e433a0f 100644
--- a/main.go
+++ b/main.go
@@ -1,7 +1,7 @@
1package main 1package main
2 2
3import ( 3import (
4 "github.com/alexandreFre/terraform-provider-mailgun/mailgun" 4 "github.com/fretlink/terraform-provider-mailgun/mailgun"
5 "github.com/hashicorp/terraform/plugin" 5 "github.com/hashicorp/terraform/plugin"
6) 6)
7 7