fix goimports
This commit is contained in:
parent
d45eca5cdc
commit
f91429f256
|
@ -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"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue