From eeaa857963049e4053cd50a96a1238b9fa8686e8 Mon Sep 17 00:00:00 2001 From: MohitKatare-protean Date: Wed, 9 Apr 2025 08:26:45 +0530 Subject: [PATCH] resolved linting issue --- pkg/log/log_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/log/log_test.go b/pkg/log/log_test.go index 7646cb7..2b93d73 100644 --- a/pkg/log/log_test.go +++ b/pkg/log/log_test.go @@ -20,7 +20,6 @@ import ( type ctxKey any var requestID ctxKey = "requestID" -var userID ctxKey = "userID" const testLogFilePath = "./test_logs/test.log"