Binary package “golang-gopkg-tomb.v1-dev” in ubuntu focal

API to track the lifecyle of Golang goroutines, and provide clean termination

 Conventional API for clean goroutine termination. A Tomb tracks the
 lifecycle of a goroutine as alive, dying or dead, and the reason for
 its death.