Source: golang-github-facebookgo-httpdown Section: devel Priority: optional Maintainer: Debian QA Group Build-Depends: debhelper-compat (= 12), dh-golang, golang-any, golang-github-facebookgo-clock-dev, golang-github-facebookgo-ensure-dev, golang-github-facebookgo-freeport-dev, golang-github-facebookgo-stats-dev Standards-Version: 4.1.1 Homepage: https://github.com/facebookgo/httpdown Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-facebookgo-httpdown Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-facebookgo-httpdown.git Testsuite: autopkgtest-pkg-go XS-Go-Import-Path: github.com/facebookgo/httpdown Package: golang-github-facebookgo-httpdown-dev Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, golang-github-facebookgo-clock-dev, golang-github-facebookgo-ensure-dev, golang-github-facebookgo-freeport-dev, golang-github-facebookgo-stats-dev Description: Gracefully shut down daemon without terminating connections This Go library provides a mechanism that makes it easy to build socket based servers that can be shut down without terminating active connections. . This library has been extended by the golang-github-facebookgo-grace-dev library package to also include graceful restarts.