Fixing yet more gofmt errors with imports

This commit is contained in:
stack72 2015-12-21 09:54:24 +00:00
parent aa872d07c6
commit 3f3e9fab7d

View file

@ -4,9 +4,10 @@ import (
"bytes"
"fmt"
"regexp"
"github.com/hashicorp/terraform/helper/hashcode"
"github.com/hashicorp/terraform/helper/schema"
"regexp"
)
func resourceDockerContainer() *schema.Resource {