goimports ordered correctly

This commit is contained in:
Bobby DeVeaux 2017-05-31 09:24:14 +01:00
parent fdc3c0d78d
commit 991ddf1743
1 changed files with 1 additions and 3 deletions

View File

@ -1,13 +1,11 @@
package vcd
import (
"log"
"fmt"
"github.com/hashicorp/terraform/helper/resource"
"github.com/hashicorp/terraform/helper/schema"
types "github.com/ukcloud/govcloudair/types/v56"
"log"
)
func resourceVcdEdgeGatewayVpn() *schema.Resource {