thoas / letitcrash

A middleware to display debug information when your Go application is panicking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Let it crash

A Go middleware to display debug information when an application is in a panic situation or needs to handle an error.

This middleware contains:

  • An enhanced console output of the error stacktrace using panicparse
  • An HTML debug error page which contains stacktrace and various information about request, environment, etc.

Do not use this middleware in production :)

Enhanced console output

...

Debug error page

...

Customization

...

Contributing

Don't hesitate ;)

Authors

  • Florent Messa

About

A middleware to display debug information when your Go application is panicking

License:MIT License


Languages

Language:Go 99.9%Language:Makefile 0.1%