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

Changelog

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

  * New upstream release.
  * Standards-Version: 4.4.0.
  * DH & compat to version 12.

 -- Dmitry Smirnov <email address hidden>  Thu, 26 Sep 2019 14:13:26 +1000

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.9.2-1.dsc 2.3 KiB 3e78179a85c8b77eb792c0e2adc6e4649cec66bab816a5148f55ee9074480fed
golang-github-hashicorp-go-hclog_0.9.2.orig.tar.xz 13.3 KiB d1bcc2b2f04074d8d68e73a1abd551471c3b2476a1342a25dd869e5ba3538d52
golang-github-hashicorp-go-hclog_0.9.2-1.debian.tar.xz 2.6 KiB 58dfc4ee8f7a9e8822d1c895575ba984b8fe1bfdd082692074f298c5398710b0

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.