distribution/vendor/github.com/go-logr/stdr
Milos Gajdos fcbc25e789
Replace redigo with redis-go
We are replacing the very outdated redigo Go module with the official
redis Go module, go-redis.

Signed-off-by: Milos Gajdos <milosthegajdos@gmail.com>
2023-08-26 07:44:02 +01:00
..
LICENSE Replace redigo with redis-go 2023-08-26 07:44:02 +01:00
README.md Replace redigo with redis-go 2023-08-26 07:44:02 +01:00
stdr.go Replace redigo with redis-go 2023-08-26 07:44:02 +01:00

Minimal Go logging using logr and Go's standard library

Go Reference

This package implements the logr interface in terms of Go's standard log package(https://pkg.go.dev/log).