golang-github-meowgorithm-babylogger 1.2.0-2 source package in Ubuntu

Changelog

golang-github-meowgorithm-babylogger (1.2.0-2) unstable; urgency=medium

  * Source-only upload for migration to testing
  * Remove potentially confusing "for babies" reference from description

 -- Anthony Fok <email address hidden>  Sun, 02 Jan 2022 17:55:46 -0700

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-meowgorithm-babylogger_1.2.0-2.dsc 2.4 KiB dd2ecda668eb47091a6442d9e26f349ed8b8a7e05ce7f2d30f1616dcebdc02cd
golang-github-meowgorithm-babylogger_1.2.0.orig.tar.gz 4.7 KiB b1efa9b301144a9872bf0bf6e24d3347bf97d2688eb45e1897f7f5b38144e550
golang-github-meowgorithm-babylogger_1.2.0-2.debian.tar.xz 2.5 KiB 4d191a51ec5249b030b98f7804e90e51f3b875cecea35e93b38207709db1f539

Available diffs

No changes file available.

Binary packages built by this source

golang-github-meowgorithm-babylogger-dev: Go HTTP logger middleware

 Babylogger is a Go HTTP logger middleware.
 .
 It has been used with Goji (http://goji.io) and the Go standard library,
 but it should work with any multiplexer worth its salt,
 i.e. any multiplexer compatible with the standard library.
 .
 Note that ANSI escape sequences (read: colors) will be stripped from the
 output when the logger is not running in a terminal. For example, log
 files won't contain any sort of ANSI intended for color output.
 .
 Also note that for accurate response time logging Babylogger should be
 the first middleware called.