builder/vmware/iso: fix package name

This commit is contained in:
Mitchell Hashimoto 2013-12-23 22:58:41 -07:00
parent d1e68875a7
commit 91392feb58
41 changed files with 41 additions and 41 deletions

View File

@ -1,4 +1,4 @@
package vmware
package iso
import (
"fmt"

View File

@ -1,4 +1,4 @@
package vmware
package iso
import (
"github.com/mitchellh/packer/packer"

View File

@ -1,4 +1,4 @@
package vmware
package iso
import (
"errors"

View File

@ -1,4 +1,4 @@
package vmware
package iso
import (
"github.com/mitchellh/packer/packer"

View File

@ -1,4 +1,4 @@
package vmware
package iso
import (
"bytes"

View File

@ -1,4 +1,4 @@
package vmware
package iso
import (
"bufio"

View File

@ -1,4 +1,4 @@
package vmware
package iso
import (
"testing"

View File

@ -1,4 +1,4 @@
package vmware
package iso
import (
"fmt"

View File

@ -1,4 +1,4 @@
package vmware
package iso
import (
"fmt"

View File

@ -1,4 +1,4 @@
package vmware
package iso
import (
"fmt"

View File

@ -1,6 +1,6 @@
// +build !windows
package vmware
package iso
import (
"errors"

View File

@ -1,6 +1,6 @@
// +build windows
package vmware
package iso
import (
"log"

View File

@ -1,4 +1,4 @@
package vmware
package iso
import (
"errors"

View File

@ -1,4 +1,4 @@
package vmware
package iso
// Interface to help find the host IP that is available from within
// the VMware virtual machines.

View File

@ -1,4 +1,4 @@
package vmware
package iso
import (
"bytes"

View File

@ -1,4 +1,4 @@
package vmware
package iso
import "testing"

View File

@ -1,4 +1,4 @@
package vmware
package iso
import (
"bufio"

View File

@ -1,4 +1,4 @@
package vmware
package iso
import "testing"

View File

@ -1,4 +1,4 @@
package vmware
package iso
import (
"os"

View File

@ -1,4 +1,4 @@
package vmware
package iso
type RemoteDriver interface {
Driver

View File

@ -1,4 +1,4 @@
package vmware
package iso
import (
gossh "code.google.com/p/go.crypto/ssh"

View File

@ -1,4 +1,4 @@
package vmware
package iso
import (
"fmt"

View File

@ -1,4 +1,4 @@
package vmware
package iso
import (
"fmt"

View File

@ -1,4 +1,4 @@
package vmware
package iso
import (
"fmt"

View File

@ -1,4 +1,4 @@
package vmware
package iso
import (
"fmt"

View File

@ -1,4 +1,4 @@
package vmware
package iso
import (
"io/ioutil"

View File

@ -1,4 +1,4 @@
package vmware
package iso
import (
"fmt"

View File

@ -1,4 +1,4 @@
package vmware
package iso
import (
"fmt"

View File

@ -1,4 +1,4 @@
package vmware
package iso
import (
"fmt"

View File

@ -1,4 +1,4 @@
package vmware
package iso
import (
"fmt"

View File

@ -1,4 +1,4 @@
package vmware
package iso
import (
"fmt"

View File

@ -1,4 +1,4 @@
package vmware
package iso
import (
"fmt"

View File

@ -1,4 +1,4 @@
package vmware
package iso
import (
"fmt"

View File

@ -1,4 +1,4 @@
package vmware
package iso
import (
"fmt"

View File

@ -1,4 +1,4 @@
package vmware
package iso
import (
"bytes"

View File

@ -1,4 +1,4 @@
package vmware
package iso
import (
"fmt"

View File

@ -1,4 +1,4 @@
package vmware
package iso
import (
"bytes"

View File

@ -1,4 +1,4 @@
package vmware
package iso
import (
"fmt"

View File

@ -1,4 +1,4 @@
package vmware
package iso
import (
"fmt"

View File

@ -1,4 +1,4 @@
package vmware
package iso
import (
"bytes"

View File

@ -1,4 +1,4 @@
package vmware
package iso
import "testing"