golang-github-mitchellh-panicwrap 0.0~git20170106.fce601f-3 source package in Ubuntu

Changelog

golang-github-mitchellh-panicwrap (0.0~git20170106.fce601f-3) unstable; urgency=medium

  * Team upload.
  * Vcs-* urls: pkg-go-team -> go-team.

 -- Alexandre Viau <email address hidden>  Mon, 05 Feb 2018 23:30:42 -0500

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-mitchellh-panicwrap_0.0~git20170106.fce601f-3.dsc 2.4 KiB 88da4a54958bbbecfd875fb06515882d80e351445c213feec7f16f4d6a4cfcc7
golang-github-mitchellh-panicwrap_0.0~git20170106.fce601f.orig.tar.xz 7.3 KiB 125d9982ff53d33deb189d1dbab8b236a6d19ff2b21df31cdba04e0a64fe3ced
golang-github-mitchellh-panicwrap_0.0~git20170106.fce601f-3.debian.tar.xz 2.1 KiB 7f009a7a581c040bb9418eb2548ec367eb4b1ee1ed4386e0926e2472b5f7623c

No changes file available.

Binary packages built by this source

golang-github-mitchellh-panicwrap-dev: 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.