aboutsummaryrefslogtreecommitdiff
path: root/internal/conf/log.go
diff options
context:
space:
mode:
authorJoe Chen <jc@unknwon.io>2023-02-02 21:25:25 +0800
committerGitHub <noreply@github.com>2023-02-02 21:25:25 +0800
commitc53a1998c589a544b25d53f6e6fdf0f24a4df25b (patch)
tree1c3c9d693ba551eecfbc535be942e40b5acf9cf7 /internal/conf/log.go
parent614382fec0ba05149785539ab93560d4d42c194d (diff)
all: replace `interface{}` with `any` (#7330)
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
Diffstat (limited to 'internal/conf/log.go')
-rw-r--r--internal/conf/log.go2
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 {