diff --git a/example/main.go b/example/main.go index bdf68d8..22099d3 100644 --- a/example/main.go +++ b/example/main.go @@ -68,6 +68,7 @@ func main() { golog.Error("Hello world!") golog.FatalCheck(thisFunc()) + golog.Panic("Hello world!") } func simpleInfo(writer *os.File, time, level string, maxLength int, caller, message string) {