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

Changelog

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

  * New upstream release.
  * Standards-Version: 4.4.1.
  * (Build-)Depends:
    + golang-github-fatih-color-dev
    + golang-github-mattn-go-isatty-dev

 -- Dmitry Smirnov <email address hidden>  Sat, 30 Nov 2019 09:08:46 +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.0-1.dsc 2.3 KiB 6ca3f59897e9e76e97b4edbe0293d4f3b90d02cf52ad5e4137ed807c5ad424bd
golang-github-hashicorp-go-hclog_0.10.0.orig.tar.xz 16.6 KiB 5cc0d2970e0a22e67e8bbd3618ca8db8edf9c1dbbed0d83454c07a5e2f9798cf
golang-github-hashicorp-go-hclog_0.10.0-1.debian.tar.xz 2.7 KiB b4b8f692b557304efd15c1f830e2aff6e4bb9c3f9eac600c91f9bcbda6705525

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.