Update hlog_mw.go

This commit is contained in:
Mikhail 2024-06-07 19:58:57 +00:00
parent 0c14562b95
commit c1f7f8067a

@ -3,7 +3,6 @@ package log_mw
import (
"github.com/gofiber/fiber/v2"
"github.com/themakers/hlog"
"strings"
)
const HlogCtxKey string = "logger"