软件包:golang-github-spf13-jwalterweatherman-dev(1.1.0+really1.0.0+git20181028.94f6ae3-1)
golang-github-spf13-jwalterweatherman-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-spf13-jwalterweatherman:
- [golang-github-spf13-jwalterweatherman_1.1.0+really1.0.0+git20181028.94f6ae3-1.dsc]
- [golang-github-spf13-jwalterweatherman_1.1.0+really1.0.0+git20181028.94f6ae3.orig.tar.xz]
- [golang-github-spf13-jwalterweatherman_1.1.0+really1.0.0+git20181028.94f6ae3-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
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.
其他与 golang-github-spf13-jwalterweatherman-dev 有关的软件包
|
|
|
|
-
- dep: golang-github-stretchr-testify-dev
- sacred extension to the standard Go testing package