Example #1
0
func main() {
	plugin.ServePostProcessor(new(vagrant.PostProcessor))
}
Example #2
0
File: main.go Project: veshi/packer
func main() {
	plugin.ServePostProcessor(new(vsphere.PostProcessor))
}