[ 源代码: golang-github-go-logr-logr ]
软件包:golang-github-go-logr-logr-dev(0.4.0-1)
golang-github-go-logr-logr-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-go-logr-logr:
- [golang-github-go-logr-logr_0.4.0-1.dsc]
- [golang-github-go-logr-logr_0.4.0.orig.tar.gz]
- [golang-github-go-logr-logr_0.4.0-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
simple logging interface for Go (library)
This package offers a purely abstract interface, based on these ideas but with a few twists. Code can depend on just this interface and have the actual logging implementation be injected from callers. Ideally only main() knows what logging implementation is being used.