mirror of
https://github.com/kataras/iris.git
synced 2025-12-18 10:27:06 +00:00
Thanks goes to all of you you help building this (nice) framework - Update README and add errors on mux entry register
This commit is contained in:
@@ -110,7 +110,7 @@ func (l *Logger) Fatalf(format string, a ...interface{}) {
|
||||
|
||||
// Panic is equivalent to l.Dangerf("%#v",interface{}) followed by a call to panic().
|
||||
func (l *Logger) Panic(a interface{}) {
|
||||
l.Dangerf("%#v", a)
|
||||
l.Dangerf("%s\n", a)
|
||||
panic("")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user