Commit d9253319 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

fmt

parent ad72c5a4
......@@ -7,7 +7,7 @@ import (
)
type VMXConfig struct {
VMXData map[string]string `mapstructure:"vmx_data"`
VMXData map[string]string `mapstructure:"vmx_data"`
VMXDataPost map[string]string `mapstructure:"vmx_data_post"`
}
......
......@@ -16,12 +16,12 @@ import (
)
var builtins = map[string]string{
"mitchellh.amazonebs": "aws",
"mitchellh.amazon.instance": "aws",
"mitchellh.virtualbox": "virtualbox",
"mitchellh.vmware": "vmware",
"pearkes.digitalocean": "digitalocean",
"packer.parallels": "parallels",
"mitchellh.amazonebs": "aws",
"mitchellh.amazon.instance": "aws",
"mitchellh.virtualbox": "virtualbox",
"mitchellh.vmware": "vmware",
"pearkes.digitalocean": "digitalocean",
"packer.parallels": "parallels",
}
type Config struct {
......
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