[pkg-go] Bug#785086: ITP: golang-bugsnag-panicwrap -- Go library for catching and handling panics in Go applications
Tim Potter
tpot at hp.com
Tue May 12 07:52:40 UTC 2015
Package: wnpp
Severity: wishlist
Owner: Tim Potter <tpot at hp.com>
* Package name : golang-bugsnag-panicwrap
Version : 0.0~git20141111
Upstream Author : Conrad Irwin, Mitchell Hashimoto
* URL : https://github.com/bugsnag/panicwrap
* License : MIT
Programming Lang: Go
Description : Go library for catching and handling panics in Go applications
Go library for catching and handling panics in Go applications
panicwrap is a Go library that re-executes a Go binary and monitors
stderr output from the binary for a panic. When it find a panic,
it executes a user-defined handler function. Stdout, stderr, stdin,
signals, and exit codes continue to work as normal, making the existence
of panicwrap mostly invisble to the end user until a panic actually
occurs.
More information about the Pkg-go-maintainers
mailing list