golang-github-spf13-jwalterweatherman 0.0~git20151231.0.d006540-1 source package in Ubuntu

Changelog

golang-github-spf13-jwalterweatherman (0.0~git20151231.0.d006540-1) unstable; urgency=medium

  * New upstream version:
    - Output caller's file name and line at FEEDBACK
    - Added Log FLag set API
    - Restored the original jww_test file

 -- Anthony Fok <email address hidden>  Fri, 01 Jan 2016 03:07:26 -0700

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~git20151231.0.d006540-1.dsc 2.4 KiB 329315499f1fff191e0418ae639dab0a31eafbdfbbf4fc54aa8930b0654b5bd4
golang-github-spf13-jwalterweatherman_0.0~git20151231.0.d006540.orig.tar.xz 4.8 KiB 6c486bffa494f234db40e22f0a536b0ab7c180df22edb1b934255826a604979e
golang-github-spf13-jwalterweatherman_0.0~git20151231.0.d006540-1.debian.tar.xz 2.1 KiB a0454300613ebaac599c4155e4a1fb2600867c24b9443e759fb7b934e3562461

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.