[ 源代码: golang-github-mitchellh-panicwrap ]
软件包:golang-github-mitchellh-panicwrap-dev(0.0~git20191104.b3f3dc3-1)
golang-github-mitchellh-panicwrap-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-mitchellh-panicwrap:
- [golang-github-mitchellh-panicwrap_0.0~git20191104.b3f3dc3-1.dsc]
- [golang-github-mitchellh-panicwrap_0.0~git20191104.b3f3dc3.orig.tar.xz]
- [golang-github-mitchellh-panicwrap_0.0~git20191104.b3f3dc3-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
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 finds 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 invisible to the end user until a panic actually occurs.