mitchellh / panicwrap

panicwrap is a Go library for catching and handling panics in Go applications.
https://gist.github.com/mitchellh/90029601268e59a29e64e55bab1c5bdc
MIT License
443 stars 69 forks source link

Monitor support #2

Open ConradIrwin opened 10 years ago

ConradIrwin commented 10 years ago

As introduced in #1. This provides a way to monitor for panics without getting in the way of signal handling, so you can run panicwrapped() programs under supervision and kill them.

Unfortunately it's not supported on Windows.