golang-github-rs-zerolog 1.29.1-1 source package in Ubuntu

Changelog

golang-github-rs-zerolog (1.29.1-1) unstable; urgency=medium

  * Team Upload.
  * New upstream version 1.29.1
  * Bump Standards-Version to 4.6.2 (no changes needed)
  * Update B-D and depends

 -- Nilesh Patra <email address hidden>  Sun, 25 Jun 2023 12:47:44 +0530

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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-rs-zerolog_1.29.1-1.dsc 1.7 KiB e5d38badfca35ea51ae1ea93b1283f060bb26f2129ba9d72eb6b7aac339f4c51
golang-github-rs-zerolog_1.29.1.orig.tar.gz 163.0 KiB 3ce3fd8b2a485c8e222af4f8363de032e80625ad8d502fca48ac46c2a46d4f62
golang-github-rs-zerolog_1.29.1-1.debian.tar.xz 3.1 KiB 452cc19d9d981e2ebd625b49e8cf67ae960d7718b26aaee0b4e73bef1da95ed6

Available diffs

No changes file available.

Binary packages built by this source

golang-github-rs-zerolog-dev: Zero Allocation JSON Logger

 This zerolog package provides a fast and simple logger dedicated to
 JSON output.
 .
 Zerolog's API is designed to provide both a great developer experience and
 stunning performance. Its unique chaining API allows zerolog to write JSON
 (or CBOR) log events by avoiding allocations and reflection.
 .
 To keep the code base and the API simple, zerolog focuses on efficient
 structured logging only. Pretty logging on the console is made
 possible using the provided (but inefficient) zerolog.ConsoleWriter.