golang-github-alexcesaro-log 0.0~git20150915.61e6862-2 source package in Ubuntu

Changelog

golang-github-alexcesaro-log (0.0~git20150915.61e6862-2) unstable; urgency=medium

  * Marked golang-github-alexcesaro-log-dev as Multi-Arch: foreign.

 -- Francisco Vilmar Cardoso Ruviaro <email address hidden>  Fri, 24 Jul 2020 22:37:55 +0000

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

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-alexcesaro-log_0.0~git20150915.61e6862-2.dsc 2.3 KiB 057e95b1b86fb766bf70c23e8959b82bbd7dfc4071debf0f367f14f4d4524da3
golang-github-alexcesaro-log_0.0~git20150915.61e6862.orig.tar.xz 7.5 KiB 920e8883fb6a5183601506d58ccec1495e13c1678773666802b3c5dfe82d090d
golang-github-alexcesaro-log_0.0~git20150915.61e6862-2.debian.tar.xz 2.2 KiB 4fe53d8aefcfb7b4ae177ace24ed8b3509190d3504779e8412f0cb1556e672ca

No changes file available.

Binary packages built by this source

golang-github-alexcesaro-log-dev: Logging packages for Go (library)

 Package log provides a common interface for logging libraries.
 .
 This package contains:
  - buflog: provides a buffered logging class that accumulates logs in
    memory until the flush threshold is reached which release stored
    logs, the buffered logger then act as a normal logger.
  - golog: provides a customizable logging class which can be used as
    a standalone or as a building block for other loggers.
  - logtest: provides utilities for logging testing.
  - stdlog: provides simple and fast logging to the standard output
    (stdout) and is optimized for programs launched via a shell or cron.
 Logger is a common interface for logging libraries.