golang-blitiri-go-log 1.1.0-1 source package in Ubuntu

Changelog

golang-blitiri-go-log (1.1.0-1) unstable; urgency=medium

  [ Alexandre Viau ]
  * Point Vcs-* urls to salsa.debian.org.

  [ Alberto Bertogli ]
  * New upstream release (1.1.0)
  * Update debian/control to new standards

 -- Alberto Bertogli <email address hidden>  Sun, 28 Jun 2020 11:16: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

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-blitiri-go-log_1.1.0-1.dsc 2.1 KiB 3fafc76b36ab6ddad9af7a38acfdbc16e3c0d43d9009b3f6b2ca86b8c9820ed7
golang-blitiri-go-log_1.1.0.orig.tar.gz 5.8 KiB 45140103ad8602e0f3121744fa71c71fc7e45319b2e1c134a6aa16998b1ca48a
golang-blitiri-go-log_1.1.0-1.debian.tar.xz 1.9 KiB ec0fe8df7ab523115d2a9f5010d0355828838761cbc95a93f90f951136b21356

No changes file available.

Binary packages built by this source

golang-blitiri-go-log-dev: Simple logging library in Go

 blitiri.com.ar/go/log is a Go package implementing a simple logger.
 .
 It implements an API somewhat similar to glog, with a focus towards simplicity
 and integration with standard tools such as systemd.
 .
 There are command line flags (defined using the flag package) to control the
 behaviour of the default logger. By default, it will write to stderr without
 timestamps; this is suitable for systemd (or equivalent) logging.