import style
This commit is contained in:
parent
888621d029
commit
d18300e3d6
@ -1,11 +1,12 @@
|
|||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/mitchellh/packer/packer"
|
|
||||||
"github.com/mitchellh/packer/packer/plugin"
|
|
||||||
"log"
|
"log"
|
||||||
"os"
|
"os"
|
||||||
"os/signal"
|
"os/signal"
|
||||||
|
|
||||||
|
"github.com/mitchellh/packer/packer"
|
||||||
|
"github.com/mitchellh/packer/packer/plugin"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Prepares the signal handlers so that we handle interrupts properly.
|
// Prepares the signal handlers so that we handle interrupts properly.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user