[ 源代码: golang-github-go-logr-logr ]
软件包:golang-github-go-logr-logr-dev(1.4.2-2)
golang-github-go-logr-logr-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-go-logr-logr:
- [golang-github-go-logr-logr_1.4.2-2.dsc]
- [golang-github-go-logr-logr_1.4.2.orig.tar.gz]
- [golang-github-go-logr-logr_1.4.2-2.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.