Go fmt alt exit addition

This commit is contained in:
Aaron Greenlee 2016-06-24 10:24:56 -04:00
parent a7755c5c03
commit ff52e76f67
2 changed files with 40 additions and 42 deletions

View File

@ -57,4 +57,3 @@ os.Exit(code)
func RegisterExitHandler(handler func()) {
handlers = append(handlers, handler)
}

View File

@ -1,9 +1,9 @@
package logrus
import (
"io/ioutil"
"os/exec"
"testing"
"io/ioutil"
"time"
)
@ -72,4 +72,3 @@ func main() {
logrus.Fatal("Bye bye")
}
`)