Skip to content

Commit

Permalink
Fixed logger assignment in engine > standard > request.
Browse files Browse the repository at this point in the history
Signed-off-by: Vishal Rana <[email protected]>
  • Loading branch information
vishr committed Mar 23, 2016
1 parent 7741bd0 commit 840e19d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/standard/request.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ package standard

import (
"io"
"log"
"mime/multipart"
"net/http"

"github.com/labstack/echo/engine"
"github.com/labstack/gommon/log"
)

type (
Expand Down

0 comments on commit 840e19d

Please sign in to comment.