fmt
This commit is contained in:
parent
b773e8decd
commit
a3f47462f5
|
@ -1,10 +1,10 @@
|
||||||
package vmware
|
package vmware
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
"fmt"
|
||||||
"github.com/mitchellh/multistep"
|
"github.com/mitchellh/multistep"
|
||||||
"github.com/mitchellh/packer/packer"
|
"github.com/mitchellh/packer/packer"
|
||||||
"os"
|
"os"
|
||||||
"fmt"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
type stepUploadTools struct{}
|
type stepUploadTools struct{}
|
||||||
|
|
Loading…
Reference in New Issue