golang-github-hashicorp-go-hclog 0.11.0-1 source package in Ubuntu

Changelog

golang-github-hashicorp-go-hclog (0.11.0-1) unstable; urgency=medium

  * New upstream release.

 -- Dmitry Smirnov <email address hidden>  Thu, 16 Jan 2020 21:39:45 +1100

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

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-hashicorp-go-hclog_0.11.0-1.dsc 2.3 KiB b5232fc96aec44799b02ebe5ad124f2d1a54e80d6986baaeb21120848be46a73
golang-github-hashicorp-go-hclog_0.11.0.orig.tar.xz 16.8 KiB 39da6f51f65a511f9aa37c8bea13cb95d4d669bb060437ce88a8f7f78c09d061
golang-github-hashicorp-go-hclog_0.11.0-1.debian.tar.xz 2.7 KiB 00d6e88d9a9dde425ca9afe143c05b46ee9b0c695d30701c9c1da629a4d951c1

Available diffs

No changes file available.

Binary packages built by this source

golang-github-hashicorp-go-hclog-dev: common logging package for HashiCorp tools

 go-hclog is a package for Go that provides a simple key/value logging
 interface for use in development and production environments.
 .
 It provides logging levels that provide decreased output based upon the
 desired amount of output, unlike the standard library log package.
 .
 It provides Printf style logging of values via hclog.Fmt().
 .
 It provides a human readable output mode for use in development as well
 as JSON output mode for production.