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

Changelog

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

  * point Vcs-* urls to salsa.d.o subproject

 -- Alexandre Viau <email address hidden>  Thu, 25 Jan 2018 15:53:56 -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-3.dsc 2.2 KiB db55f395999508a84b44a731971e4779ef86a268a0ca03998194dbc9b29d0079
golang-github-thejerf-suture_2.0.1.orig.tar.gz 13.8 KiB 380a5edf3c74f158f38d4cd6b1213e468da5534b7be0d72d9604d7096a174013
golang-github-thejerf-suture_2.0.1-3.debian.tar.xz 2.2 KiB 94311d3943695aaaf8cc7366c8a2d299c154a011d5c8e6e22962e3a4cc0e9387

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.