mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2026-01-17 04:02:55 -05:00
Fixing yet more gofmt errors with imports
This commit is contained in:
parent
aa872d07c6
commit
3f3e9fab7d
1 changed files with 2 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue