[ 原始碼: 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.