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

Wrap SIGTERM on unix #14

Closed mildred closed 7 years ago

mildred commented 7 years ago

required for hashicorp/terraform#10459

mitchellh commented 7 years ago

Given this is configurable, I say we just let end users configure this.