Skip to content

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

License

Notifications You must be signed in to change notification settings

thoas/letitcrash

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published