diff --git a/builder/vmware/step_configure_vnc.go b/builder/vmware/step_configure_vnc.go index 6f58d0d34..3b09611eb 100644 --- a/builder/vmware/step_configure_vnc.go +++ b/builder/vmware/step_configure_vnc.go @@ -4,8 +4,8 @@ import ( "fmt" "github.com/mitchellh/multistep" "github.com/mitchellh/packer/packer" - "log" "io/ioutil" + "log" "math/rand" "net" "os"