mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
Rename some files, style
This commit is contained in:
parent
779b6d1719
commit
bf9e734179
3 changed files with 2 additions and 1 deletions
3
panic.go
3
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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue