mirror of
https://github.com/labstack/echo.git
synced 2024-11-24 08:22:21 +02:00
Fixed logger assignment in engine > standard > request.
Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
parent
7741bd0125
commit
840e19dec1
@ -2,11 +2,11 @@ package standard
|
||||
|
||||
import (
|
||||
"io"
|
||||
"log"
|
||||
"mime/multipart"
|
||||
"net/http"
|
||||
|
||||
"github.com/labstack/echo/engine"
|
||||
"github.com/labstack/gommon/log"
|
||||
)
|
||||
|
||||
type (
|
||||
|
Loading…
Reference in New Issue
Block a user