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

Changelog

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

  [ Paul Tagliamonte ]
  * Use a secure transport for the Vcs-Git and Vcs-Browser URL.

  [ Alexandre Viau ]
  * Move to salsa.debian.org.
  * Testsuite: autopkgtest-pkg-go.
  * Priority extra -> optional.
  * New upstream snapshot.

 -- Alexandre Viau <email address hidden>  Sat, 30 Dec 2017 02:08:07 -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

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-mitchellh-panicwrap_0.0~git20170106.fce601f-1.dsc 2.4 KiB 00c3ade0346984c8d7a1f2e4744627dd61e32fdb7bccab4705b150230d4faa0f
golang-github-mitchellh-panicwrap_0.0~git20170106.fce601f.orig.tar.xz 7.3 KiB 125d9982ff53d33deb189d1dbab8b236a6d19ff2b21df31cdba04e0a64fe3ced
golang-github-mitchellh-panicwrap_0.0~git20170106.fce601f-1.debian.tar.xz 2.0 KiB a27aee01ffc9691feda75cad1063e9f7707b4d6232b125779d1851899ee847da

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.