github.com/phobos182/packer@v0.2.3-0.20130819023704-c84d2aeffc68/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  }