1
0
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:
Vishal Rana 2016-03-23 11:15:24 -05:00
parent 7741bd0125
commit 840e19dec1

View File

@ -2,11 +2,11 @@ package standard
import (
"io"
"log"
"mime/multipart"
"net/http"
"github.com/labstack/echo/engine"
"github.com/labstack/gommon/log"
)
type (