fix: correct context key constant definition in log.go
All checks were successful
🧪 ✨ Unit Tests Workflow / 🔍 🐹 Go Tests (push) Successful in 1m9s

This commit is contained in:
2025-06-17 22:14:16 -04:00
parent ef073eadc2
commit bf25a69340

View File

@@ -7,7 +7,6 @@ import (
type contextKeyType string
const contextKey contextKeyType = "logger
const contextKey contextKeyType = "logger"
type Interface interface {