[ Bron: golang-github-spf13-jwalterweatherman ]
Pakket: golang-github-spf13-jwalterweatherman-dev (1.1.0+really1.1.0-2)
Verwijzigingen voor golang-github-spf13-jwalterweatherman-dev
Debian bronnen:
Het bronpakket golang-github-spf13-jwalterweatherman downloaden:
- [golang-github-spf13-jwalterweatherman_1.1.0+really1.1.0-2.dsc]
- [golang-github-spf13-jwalterweatherman_1.1.0+really1.1.0.orig.tar.gz]
- [golang-github-spf13-jwalterweatherman_1.1.0+really1.1.0-2.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
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.
Andere aan golang-github-spf13-jwalterweatherman-dev gerelateerde pakketten
|
|
|
|
-
- dep: golang-github-stretchr-testify-dev
- sacred extension to the standard Go testing package