fmt
This commit is contained in:
parent
19317fe92d
commit
5c5d62733f
|
@ -3,8 +3,8 @@ package iso
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"github.com/mitchellh/multistep"
|
"github.com/mitchellh/multistep"
|
||||||
"github.com/mitchellh/packer/packer"
|
|
||||||
parallelscommon "github.com/mitchellh/packer/builder/parallels/common"
|
parallelscommon "github.com/mitchellh/packer/builder/parallels/common"
|
||||||
|
"github.com/mitchellh/packer/packer"
|
||||||
)
|
)
|
||||||
|
|
||||||
// This step attaches the ISO to the virtual machine.
|
// This step attaches the ISO to the virtual machine.
|
||||||
|
|
|
@ -3,8 +3,8 @@ package iso
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"github.com/mitchellh/multistep"
|
"github.com/mitchellh/multistep"
|
||||||
"github.com/mitchellh/packer/packer"
|
|
||||||
parallelscommon "github.com/mitchellh/packer/builder/parallels/common"
|
parallelscommon "github.com/mitchellh/packer/builder/parallels/common"
|
||||||
|
"github.com/mitchellh/packer/packer"
|
||||||
"strconv"
|
"strconv"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -3,8 +3,8 @@ package pvm
|
||||||
import (
|
import (
|
||||||
"bytes"
|
"bytes"
|
||||||
"github.com/mitchellh/multistep"
|
"github.com/mitchellh/multistep"
|
||||||
"github.com/mitchellh/packer/packer"
|
|
||||||
parallelscommon "github.com/mitchellh/packer/builder/parallels/common"
|
parallelscommon "github.com/mitchellh/packer/builder/parallels/common"
|
||||||
|
"github.com/mitchellh/packer/packer"
|
||||||
"testing"
|
"testing"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue