How to Install golang-github-thejerf-suture-dev in Ubuntu 18.04



Install golang-github-thejerf-suture-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install golang-github-thejerf-suture-dev

Description:

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.

Homepage: https://github.com/thejerf/suture

Version: 2.0.1-4

Section: universe/devel