Commit b72605c2 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

builder/vmware: style

parent 759c4648
...@@ -2,9 +2,6 @@ package common ...@@ -2,9 +2,6 @@ package common
import ( import (
"fmt" "fmt"
"github.com/mitchellh/go-vnc"
"github.com/mitchellh/multistep"
"github.com/mitchellh/packer/packer"
"log" "log"
"net" "net"
"runtime" "runtime"
...@@ -12,6 +9,10 @@ import ( ...@@ -12,6 +9,10 @@ import (
"time" "time"
"unicode" "unicode"
"unicode/utf8" "unicode/utf8"
"github.com/mitchellh/go-vnc"
"github.com/mitchellh/multistep"
"github.com/mitchellh/packer/packer"
) )
const KeyLeftShift uint32 = 0xFFE1 const KeyLeftShift uint32 = 0xFFE1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment