golang-github-jsternberg-zap-logfmt 1.0.0-1.1 source package in Ubuntu

Changelog

golang-github-jsternberg-zap-logfmt (1.0.0-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Thu, 07 Jan 2021 15:29:48 +0100

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
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-jsternberg-zap-logfmt_1.0.0-1.1.dsc 2.3 KiB 2ef26157c64b220190cb086b148f5d5bc255edf976b7cd2f53a16061af8d81b8
golang-github-jsternberg-zap-logfmt_1.0.0.orig.tar.xz 5.1 KiB 20315b6754e0f6d8b36038289d6c23a27ebee907c4018ea4775ecbabbd55064a
golang-github-jsternberg-zap-logfmt_1.0.0-1.1.debian.tar.xz 2.1 KiB 4566688f7297f7a69257f65575d5150489a859e4fbf59f1bb455222b70a8d727

Available diffs

No changes file available.

Binary packages built by this source

golang-github-jsternberg-zap-logfmt-dev: logfmt for zap

 This package implements logfmt for zap
 .
 Limitations: It is not possible to log an array, channel, function,
 map, slice, or struct.
 .
 Namespaces are supported. If a namespace is opened, all of the keys
 will be prepended with the namespace name. For example, with the
 namespace foo and the key bar, you would get a key of foo.bar.