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

Changelog

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

  * New upstream release.

 -- Dmitry Smirnov <email address hidden>  Wed, 25 Dec 2019 13:51:05 +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

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-hashicorp-go-hclog_0.10.1-1.dsc 2.3 KiB d9e3bd4fb0dbfe0a3139391ce30ece6dcf12cb6035d75e8c919522116f1935bb
golang-github-hashicorp-go-hclog_0.10.1.orig.tar.xz 16.7 KiB 528ab563ddc05e87709d72184c077d8bd7f1c957cdac93b516ec423755531e6d
golang-github-hashicorp-go-hclog_0.10.1-1.debian.tar.xz 2.7 KiB 7e207a1fd4cec28a433b27b6c4ef5ee68f961f06beba2f394dc9af3d3766d279

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.