You've already forked Go-Template
fix: correct context key constant definition in log.go
All checks were successful
🧪 ✨ Unit Tests Workflow / 🔍 🐹 Go Tests (push) Successful in 1m9s
All checks were successful
🧪 ✨ Unit Tests Workflow / 🔍 🐹 Go Tests (push) Successful in 1m9s
This commit is contained in:
@@ -7,7 +7,6 @@ import (
|
|||||||
|
|
||||||
type contextKeyType string
|
type contextKeyType string
|
||||||
|
|
||||||
const contextKey contextKeyType = "logger
|
|
||||||
const contextKey contextKeyType = "logger"
|
const contextKey contextKeyType = "logger"
|
||||||
|
|
||||||
type Interface interface {
|
type Interface interface {
|
||||||
|
|||||||
Reference in New Issue
Block a user