Formatted googlecompute builder as per `make format`
This commit is contained in:
parent
0e98b2a269
commit
d4c9ed43c9
|
@ -3,12 +3,12 @@
|
||||||
package googlecompute
|
package googlecompute
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"log"
|
|
||||||
"time"
|
|
||||||
"fmt"
|
"fmt"
|
||||||
"github.com/mitchellh/multistep"
|
"github.com/mitchellh/multistep"
|
||||||
"github.com/mitchellh/packer/common"
|
"github.com/mitchellh/packer/common"
|
||||||
"github.com/mitchellh/packer/packer"
|
"github.com/mitchellh/packer/packer"
|
||||||
|
"log"
|
||||||
|
"time"
|
||||||
)
|
)
|
||||||
|
|
||||||
// The unique ID for this builder.
|
// The unique ID for this builder.
|
||||||
|
|
|
@ -1,15 +1,15 @@
|
||||||
package googlecompute
|
package googlecompute
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
"code.google.com/p/go.crypto/ssh"
|
||||||
"crypto/rand"
|
"crypto/rand"
|
||||||
"crypto/rsa"
|
"crypto/rsa"
|
||||||
"crypto/x509"
|
"crypto/x509"
|
||||||
"encoding/pem"
|
"encoding/pem"
|
||||||
"os"
|
|
||||||
"fmt"
|
"fmt"
|
||||||
"code.google.com/p/go.crypto/ssh"
|
|
||||||
"github.com/mitchellh/multistep"
|
"github.com/mitchellh/multistep"
|
||||||
"github.com/mitchellh/packer/packer"
|
"github.com/mitchellh/packer/packer"
|
||||||
|
"os"
|
||||||
)
|
)
|
||||||
|
|
||||||
// StepCreateSSHKey represents a Packer build step that generates SSH key pairs.
|
// StepCreateSSHKey represents a Packer build step that generates SSH key pairs.
|
||||||
|
|
Loading…
Reference in New Issue