fix goimports

This commit is contained in:
Adrien Delorme 2020-02-06 18:18:03 +01:00
parent d45eca5cdc
commit f91429f256
2 changed files with 3 additions and 2 deletions

View File

@ -2,10 +2,10 @@ package common
import ( import (
"fmt" "fmt"
"github.com/hashicorp/packer/helper/communicator"
"os" "os"
"testing" "testing"
"github.com/hashicorp/packer/helper/communicator"
"github.com/hashicorp/packer/helper/multistep" "github.com/hashicorp/packer/helper/multistep"
) )

View File

@ -4,8 +4,9 @@ package common
// Imports for determining terminal information across platforms // Imports for determining terminal information across platforms
import ( import (
"golang.org/x/sys/unix"
"os" "os"
"golang.org/x/sys/unix"
) )
// posix api // posix api