套件: golang-github-spf13-jwalterweatherman-dev (1.1.0+really1.1.0-1)
golang-github-spf13-jwalterweatherman-dev 的相關超連結
Trisquel 的資源:
下載原始碼套件 golang-github-spf13-jwalterweatherman:
- [golang-github-spf13-jwalterweatherman_1.1.0+really1.1.0-1.dsc]
- [golang-github-spf13-jwalterweatherman_1.1.0+really1.1.0.orig.tar.gz]
- [golang-github-spf13-jwalterweatherman_1.1.0+really1.1.0-1.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Go Packaging Team
- Anthony Fok
- Tim Potter
外部的資源:
- 主頁 [github.com]
相似套件:
- golang-github-tendermint-log15-dev
- golang-github-graylog2-go-gelf-dev
- golang-github-kr-pretty-dev
- golang-github-ttacon-chalk-dev
- golang-gopkg-inconshreveable-log15.v2-dev
- libspdlog-dev
- libspdlog1
- golang-github-natefinch-lumberjack-dev
- golang-github-jedisct1-dlog-dev
- golang-gopkg-natefinch-lumberjack.v2-dev
- python3-daiquiri
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