fix goimports

pull/7627/head
Adrien Delorme 6 years ago
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…
Cancel
Save