diff --git a/packer.go b/main.go similarity index 100% rename from packer.go rename to main.go diff --git a/packer_test.go b/main_test.go similarity index 100% rename from packer_test.go rename to main_test.go diff --git a/panic.go b/panic.go index f02d47f2e..4f5d6a10b 100644 --- a/panic.go +++ b/panic.go @@ -2,10 +2,11 @@ package main import ( "fmt" - "github.com/mitchellh/panicwrap" "io" "os" "strings" + + "github.com/mitchellh/panicwrap" ) // This is output if a panic happens.