summaryrefslogtreecommitdiffstats
path: root/modules/web/routing/logger_manager.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/web/routing/logger_manager.go')
-rw-r--r--modules/web/routing/logger_manager.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/web/routing/logger_manager.go b/modules/web/routing/logger_manager.go
index aa25ec3a27..acd8c4b7dc 100644
--- a/modules/web/routing/logger_manager.go
+++ b/modules/web/routing/logger_manager.go
@@ -31,7 +31,7 @@ const (
type Printer func(trigger Event, record *requestRecord)
type requestRecordsManager struct {
- print Printer
+ print Printer //nolint:forbidigo
lock sync.Mutex