golang-github-go-logr-logr 1.2.3-1 source package in Ubuntu

Changelog

golang-github-go-logr-logr (1.2.3-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints.

  [ Shengjing Zhu ]
  * New upstream release 1.2.3
  * Update Standards-Version to 4.6.1 (no changes)
  * Update Section to golang
  * Breaks golang-k8s-klog-dev << 2.80.1
  * Exclude new example when building

 -- Shengjing Zhu <email address hidden>  Tue, 25 Oct 2022 02:17:19 +0800

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-go-logr-logr_1.2.3-1.dsc 1.6 KiB bcadde1b403ad3c7675e35ed131691e6d7b00f48a57d5145673c3a79b46d97ce
golang-github-go-logr-logr_1.2.3.orig.tar.gz 37.7 KiB 3e5333113adcddd23e7272e19019e15b92ad3ed712297f28b52204f2d9d0a80e
golang-github-go-logr-logr_1.2.3-1.debian.tar.xz 2.4 KiB 0a6376c32261a4815ddee53bb1b21522aa0f543906c12f19976d5f15ddba2350

Available diffs

No changes file available.

Binary packages built by this source

golang-github-go-logr-logr-dev: simple logging interface for Go (library)

 This package offers a purely abstract interface, based on these ideas
 but with a few twists. Code can depend on just this interface and
 have the actual logging implementation be injected from callers.
 Ideally only main() knows what logging implementation is being used.