golang-github-go-logfmt-logfmt 0.5.0-2 source package in Ubuntu

Changelog

golang-github-go-logfmt-logfmt (0.5.0-2) unstable; urgency=medium

  * Team upload.
  * Update Maintainer address to <email address hidden>

 -- Shengjing Zhu <email address hidden>  Sun, 17 Jan 2021 02:30:07 +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
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-go-logfmt-logfmt_0.5.0-2.dsc 1.6 KiB d63867157398af44cd9e11bea7bd6c8b52396568515742ab19a8db6c8bead94b
golang-github-go-logfmt-logfmt_0.5.0.orig.tar.gz 11.5 KiB b16f89bdf705630be9df8db1bd7b37ab677b55d1f4d87c981c72d664f89c8906
golang-github-go-logfmt-logfmt_0.5.0-2.debian.tar.xz 3.7 KiB 0d38ea609e46a57d4bcc5460bf2842f3b07dac0fbcbdbc492df5bc613271fd9b

Available diffs

No changes file available.

Binary packages built by this source

golang-github-go-logfmt-logfmt-dev: Marshals and unmarshals logfmt messages

 Package logfmt implements utilities to marshal and unmarshal data in the
 logfmt format (https://brandur.org/logfmt). It provides an API similar
 to encoding/json (http://golang.org/pkg/encoding/json/) and encoding/xml
 (http://golang.org/pkg/encoding/xml/).
 .
 The logfmt format has not been formally standardized. The most authoritative
 public specification to date has been the documentation of a Go Language
 package (http://godoc.org/github.com/kr/logfmt) written by Blake Mizerany and
 Keith Rarick.
 .
 This project attempts to conform as closely as possible to the prior art,
 while also removing ambiguity where necessary to provide well behaved encoder
 and decoder implementations.