diff options
author | Alexandre Garand <alexandre.garand@fretlink.com> | 2019-07-04 13:31:58 +0200 |
---|---|---|
committer | Alexandre Garand <alexandre.garand@fretlink.com> | 2019-07-04 14:25:40 +0200 |
commit | a1f9b9a1c1a80ee4db8de66fe1b771fe8e28cd05 (patch) | |
tree | 2841fe577e2927dc4b0e9df04c7535c9fb8d31de /main.go | |
parent | dd1186fd91ca40f876130a596f53ebef14cf8815 (diff) | |
download | terraform-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.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ | |||
1 | package main | 1 | package main |
2 | 2 | ||
3 | import ( | 3 | import ( |
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 | ||