Formatted googlecompute builder as per `make format`

This commit is contained in:
Prasanna Santhanam 2014-01-31 22:25:58 +05:30
parent 0e98b2a269
commit d4c9ed43c9
4 changed files with 56 additions and 56 deletions

View File

@ -3,12 +3,12 @@
package googlecompute
import (
"log"
"time"
"fmt"
"github.com/mitchellh/multistep"
"github.com/mitchellh/packer/common"
"github.com/mitchellh/packer/packer"
"log"
"time"
)
// The unique ID for this builder.

View File

@ -1,15 +1,15 @@
package googlecompute
import (
"code.google.com/p/go.crypto/ssh"
"crypto/rand"
"crypto/rsa"
"crypto/x509"
"encoding/pem"
"os"
"fmt"
"code.google.com/p/go.crypto/ssh"
"github.com/mitchellh/multistep"
"github.com/mitchellh/packer/packer"
"os"
)
// StepCreateSSHKey represents a Packer build step that generates SSH key pairs.