[ Bron: golang-github-go-logr-logr ]
Pakket: golang-github-go-logr-logr-dev (0.4.0-1)
Verwijzigingen voor golang-github-go-logr-logr-dev
Debian bronnen:
Het bronpakket golang-github-go-logr-logr downloaden:
- [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]
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.