[ Bron: golang-bugsnag-panicwrap ]
Pakket: golang-github-bugsnag-panicwrap-dev (1.2.0-2)
Verwijzigingen voor golang-github-bugsnag-panicwrap-dev
Debian bronnen:
Het bronpakket golang-bugsnag-panicwrap downloaden:
- [golang-bugsnag-panicwrap_1.2.0-2.dsc]
- [golang-bugsnag-panicwrap_1.2.0.orig.tar.xz]
- [golang-bugsnag-panicwrap_1.2.0-2.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
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.