issues
search
mitchellh
/
panicwrap
panicwrap is a Go library for catching and handling panics in Go applications.
https://gist.github.com/mitchellh/90029601268e59a29e64e55bab1c5bdc
MIT License
444
stars
66
forks
source link
[panicwrap] allow capture of multiple signals
#13
Closed
pavanka
closed
8 years ago
pavanka
commented
8 years ago
currently we only catch Interrupts, we should let the user pass what all signals parent should catch.
mitchellh
commented
8 years ago
LGTM