golang-github-spf13-jwalterweatherman 0.0~git20141219.0.3d60171-1 source package in Ubuntu

Changelog

golang-github-spf13-jwalterweatherman (0.0~git20141219.0.3d60171-1) unstable; urgency=medium

  * Initial release (Closes: #798328)

 -- Anthony Fok <email address hidden>  Tue, 08 Sep 2015 01:25:23 -0600

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

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-spf13-jwalterweatherman_0.0~git20141219.0.3d60171-1.dsc 2.4 KiB 616ace982e34d26bd1723abd9970f08cb925c5f83ec4719a77639281f58ac72f
golang-github-spf13-jwalterweatherman_0.0~git20141219.0.3d60171.orig.tar.xz 4.5 KiB 9578b25e134fbbf6f8b2d1d10cd926f56b1bbf3e5ebcefd320b46df55845aad6
golang-github-spf13-jwalterweatherman_0.0~git20141219.0.3d60171-1.debian.tar.xz 1.9 KiB 1752af5a0f7fee65cdebc5342c5a101d0aebc1feeb924d873fd521c103401ab5

No changes file available.

Binary packages built by this source

golang-github-spf13-jwalterweatherman-dev: Go library for both printing to the terminal and logging to files

 jWalterWeatherman provides seamless printing to the terminal (stdout)
 and logging to a io.Writer (file) that's as easy to use as fmt.Println.
 .
 JWW is primarily a wrapper around the excellent Go standard log library.
 It provides a few advantages over using the standard log library alone:
 .
  * One library for both printing to the terminal and logging (to files).
  * Allow the user to easily control what levels are printed and logged
  * No unnecessary initialization cruft. Just use it.