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 (
"fmt"
"github.com/hashicorp/packer/helper/communicator"
"os"
"testing"
"github.com/hashicorp/packer/helper/communicator"
"github.com/hashicorp/packer/helper/multistep"
)

View File

@ -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