fix goimports
This commit is contained in:
parent
d45eca5cdc
commit
f91429f256
|
@ -2,10 +2,10 @@ package common
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/hashicorp/packer/helper/communicator"
|
||||
"os"
|
||||
"testing"
|
||||
|
||||
"github.com/hashicorp/packer/helper/communicator"
|
||||
"github.com/hashicorp/packer/helper/multistep"
|
||||
)
|
||||
|
||||
|
|
|
@ -4,8 +4,9 @@ package common
|
|||
|
||||
// Imports for determining terminal information across platforms
|
||||
import (
|
||||
"golang.org/x/sys/unix"
|
||||
"os"
|
||||
|
||||
"golang.org/x/sys/unix"
|
||||
)
|
||||
|
||||
// posix api
|
||||
|
|
Loading…
Reference in New Issue