Commit bf9e7341 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

Rename some files, style

parent 779b6d17
...@@ -2,10 +2,11 @@ package main ...@@ -2,10 +2,11 @@ package main
import ( import (
"fmt" "fmt"
"github.com/mitchellh/panicwrap"
"io" "io"
"os" "os"
"strings" "strings"
"github.com/mitchellh/panicwrap"
) )
// This is output if a panic happens. // This is output if a panic happens.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment