1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
Source: golang-github-spf13-jwalterweatherman
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Anthony Fok <foka@debian.org>,
Tim Potter <tpot@hpe.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
dh-sequence-golang,
golang-any,
golang-github-stretchr-testify-dev
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-spf13-jwalterweatherman
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-spf13-jwalterweatherman.git
Homepage: https://github.com/spf13/jwalterweatherman
XS-Go-Import-Path: github.com/spf13/jwalterweatherman
Package: golang-github-spf13-jwalterweatherman-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-stretchr-testify-dev,
${misc:Depends},
Description: 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.
|