Commit 3983edb1 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

fmt

parent 03d7a7f6
...@@ -37,7 +37,7 @@ type config struct { ...@@ -37,7 +37,7 @@ type config struct {
// Configuration of the resulting AMI // Configuration of the resulting AMI
AMIName string `mapstructure:"ami_name"` AMIName string `mapstructure:"ami_name"`
PackerDebug bool `mapstructure:"packer_debug"` PackerDebug bool `mapstructure:"packer_debug"`
RawSSHTimeout string `mapstructure:"ssh_timeout"` RawSSHTimeout string `mapstructure:"ssh_timeout"`
} }
......
package main package main
import ( import (
"github.com/mitchellh/packer/packer/plugin"
"github.com/mitchellh/packer/builder/digitalocean" "github.com/mitchellh/packer/builder/digitalocean"
"github.com/mitchellh/packer/packer/plugin"
) )
func main() { func main() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment