github.com/jerryclinesmith/packer@v0.3.7/plugin/command-build/main.go (about)

     1  package main
     2  
     3  import (
     4  	"github.com/mitchellh/packer/command/build"
     5  	"github.com/mitchellh/packer/packer/plugin"
     6  )
     7  
     8  func main() {
     9  	plugin.ServeCommand(new(build.Command))
    10  }