github.com/jerryclinesmith/packer@v0.3.7/plugin/command-inspect/main.go (about) 1 package main 2 3 import ( 4 "github.com/mitchellh/packer/command/inspect" 5 "github.com/mitchellh/packer/packer/plugin" 6 ) 7 8 func main() { 9 plugin.ServeCommand(new(inspect.Command)) 10 }