mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-11 22:14:02 +01:00
chore: replace interface{} with any
This commit is contained in:
@@ -61,6 +61,6 @@ type cacheLogger struct {
|
||||
r *reporter.Reporter
|
||||
}
|
||||
|
||||
func (cl cacheLogger) Errorf(msg string, args ...interface{}) {
|
||||
func (cl cacheLogger) Errorf(msg string, args ...any) {
|
||||
cl.r.Error().Msgf(msg, args...)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user