diff --git a/common/config.go b/common/config.go index a3723b40a..a8ec7d16a 100644 --- a/common/config.go +++ b/common/config.go @@ -6,9 +6,9 @@ import ( "os" "path/filepath" "regexp" + "runtime" "strings" "time" - "runtime" ) // PackerKeyEnv is used to specify the key interval (delay) between keystrokes diff --git a/common/config_test.go b/common/config_test.go index 55fb69a85..35697291d 100644 --- a/common/config_test.go +++ b/common/config_test.go @@ -5,9 +5,9 @@ import ( "io/ioutil" "os" "path/filepath" + "runtime" "strings" "testing" - "runtime" ) func TestChooseString(t *testing.T) {