delete unneeded plugin file
This commit is contained in:
parent
33af0c4c86
commit
b4659945b3
|
@ -1,15 +0,0 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
"github.com/hashicorp/packer/builder/lxc"
|
||||
"github.com/hashicorp/packer/packer/plugin"
|
||||
)
|
||||
|
||||
func main() {
|
||||
server, err := plugin.Server()
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
server.RegisterBuilder(new(lxc.Builder))
|
||||
server.Serve()
|
||||
}
|
Loading…
Reference in New Issue