diff options
Diffstat (limited to 'internal/conf/log.go')
-rw-r--r-- | internal/conf/log.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/conf/log.go b/internal/conf/log.go index bde739df..8ac8ec96 100644 --- a/internal/conf/log.go +++ b/internal/conf/log.go @@ -16,7 +16,7 @@ import ( type loggerConf struct { Buffer int64 - Config interface{} + Config any } type logConf struct { |