golang-github-d2r2-go-logger 0.0~git20210606.60e9d12-4 source package in Ubuntu

Changelog

golang-github-d2r2-go-logger (0.0~git20210606.60e9d12-4) unstable; urgency=medium

  * No-change upload to build on buildd.

 -- Benjamin Drung <email address hidden>  Sun, 05 Sep 2021 18:16:17 +0200

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-d2r2-go-logger_0.0~git20210606.60e9d12-4.dsc 2.3 KiB 62faeb70e4ac7dd02ce72bde80df3be3eb465353362554eaec4e698e36413bc5
golang-github-d2r2-go-logger_0.0~git20210606.60e9d12.orig.tar.gz 6.2 KiB f803cfb7658fa6334b7672c53b02d6f53d93c61ee9abd215a66c2d0063964def
golang-github-d2r2-go-logger_0.0~git20210606.60e9d12-4.debian.tar.xz 2.8 KiB 66be1d83765ea8ce5f35d597a8115c726b03e93c213322decd7b93cf767b687b

No changes file available.

Binary packages built by this source

golang-github-d2r2-go-logger-dev: Go logger functionality with package-level logging separation (library)

 Functionality of this package is similar to logrus and other popular Go
 logging packages, but still the capabilities of this package are not as
 flexible and advanced as the mentioned popular packages.
 .
 One of the reasons for creating this library was the ability to log with more
 verbosity levels. For instance, it has Fatal, Panic, Error, Warning, Notify,
 Information and Debug levels, while others ordinary do not include Notify
 verbosity.