Binary package “golang-github-go-logr-logr-dev” in ubuntu noble

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.