From f91429f256b307a06f855188775c3b7c2e37f9e3 Mon Sep 17 00:00:00 2001 From: Adrien Delorme Date: Thu, 6 Feb 2020 18:18:03 +0100 Subject: [PATCH] fix goimports --- common/step_provision_test.go | 2 +- common/terminal_posix.go | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/common/step_provision_test.go b/common/step_provision_test.go index 809aaed64..afd4019b9 100644 --- a/common/step_provision_test.go +++ b/common/step_provision_test.go @@ -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" ) diff --git a/common/terminal_posix.go b/common/terminal_posix.go index 6c69d79e9..2a98a4fbd 100644 --- a/common/terminal_posix.go +++ b/common/terminal_posix.go @@ -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