golang-github-hashicorp-go-hclog 0.0~git20180402.69ff559-1 source package in Ubuntu

Changelog

golang-github-hashicorp-go-hclog (0.0~git20180402.69ff559-1) unstable; urgency=medium

  * Initial release (Closes: #902585).

 -- Dmitry Smirnov <email address hidden>  Thu, 28 Jun 2018 17:15:51 +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

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-hashicorp-go-hclog_0.0~git20180402.69ff559-1.dsc 2.4 KiB cff334c8e05a010bad95d2372350ebbcfa13167be2b4957460ec7d844110721f
golang-github-hashicorp-go-hclog_0.0~git20180402.69ff559.orig.tar.xz 10.0 KiB 11d0a39993324c8fbd2a7417d0ae3c743d4fdbbc25b2730d6c14270eb34c12f2
golang-github-hashicorp-go-hclog_0.0~git20180402.69ff559-1.debian.tar.xz 2.0 KiB e874a7002bff2af04a94fa93fc366006ad93ab90033e3e9678527757daa7ecba

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.