[ Bron: golang-github-go-logr-logr ]
Pakket: golang-github-go-logr-logr-dev (1.4.2-2)
Verwijzigingen voor golang-github-go-logr-logr-dev
Debian bronnen:
Het bronpakket golang-github-go-logr-logr downloaden:
- [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]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
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.