golang-github-go-log-log 0.2.0-2 source package in Ubuntu

Changelog

golang-github-go-log-log (0.2.0-2) unstable; urgency=medium

  * Drop debian/gbp.conf
  * Use debian/salsa-ci.yml to control CI

 -- Andreas Tille <email address hidden>  Sat, 19 Feb 2022 12:07:15 +0100

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-go-log-log_0.2.0-2.dsc 2.1 KiB ef7f3f5b4a2df575b71b7dfe50517fc599b8dd4b1490a48f060775793b79e8dc
golang-github-go-log-log_0.2.0.orig.tar.gz 5.2 KiB d8cdad4eda37208b1da58846065b4a90f237009a85085ab566ad461258ee4a38
golang-github-go-log-log_0.2.0-2.debian.tar.xz 2.2 KiB 0c3aaec2402ab136ed2ff1e8ea48f071aa2a8c03bf1533094e77ad3012c83df8

No changes file available.

Binary packages built by this source

golang-github-go-log-log-dev: universal log interface for GO language (library)

 Log is a logging interface for Go. That's it. Pass around the interface.
 .
 Users want to standardise logging. Sometimes libraries log. This library
 leaves the underlying logging implementation to the user while allowing
 libraries to log by simply expecting something that satisfies the Logger
 interface. This leaves the user free to pre-configure structure, output,
 etc.