golang-github-thejerf-suture 2.0.1-2 source package in Ubuntu

Changelog

golang-github-thejerf-suture (2.0.1-2) unstable; urgency=medium

  * Move to salsa.debian.org.
  * Priority extra -> optional.

 -- Alexandre Viau <email address hidden>  Fri, 29 Dec 2017 23:36:09 -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-thejerf-suture_2.0.1-2.dsc 2.2 KiB d5555fc1b99814e00a71e410a4a0888074f10fb52a01eab82afbe9183cd28401
golang-github-thejerf-suture_2.0.1.orig.tar.gz 13.8 KiB 380a5edf3c74f158f38d4cd6b1213e468da5534b7be0d72d9604d7096a174013
golang-github-thejerf-suture_2.0.1-2.debian.tar.xz 2.1 KiB 98f618ff52931cb81c0e9a9813e4aefc7b932e07bc82953fb700880136e405e3

Available diffs

No changes file available.

Binary packages built by this source

golang-github-thejerf-suture-dev: Supervisor trees for Go.

 Suture provides Erlang-ish supervisor trees for Go.
 "Supervisor trees" -> "sutree" -> "suture" -> holds your code together
 when it's trying to die. It is intended to deal gracefully with the real
 failure cases that can occur with supervision trees (such as burning all
 your CPU time endlessly restarting dead services), while also making no
 unnecessary demands on the "service" code, and providing hooks to perform
 adequate logging with in a production environment.