1
0
mirror of https://github.com/labstack/echo.git synced 2025-01-12 01:22:21 +02:00

Fixed build error

Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
Vishal Rana 2015-03-25 10:03:26 -07:00
parent 9dd28d6da9
commit 690af22072
2 changed files with 2 additions and 4 deletions

View File

@ -8,8 +8,8 @@ import (
type ( type (
// Context represents context for the current request. It holds request and // Context represents context for the current request. It holds request and
// response references, path parameters, data and registered handlers for // response references, path parameters, data and registered handler for
// the route. Context also drives the execution of middleware. // the route.
Context struct { Context struct {
Request *http.Request Request *http.Request
Response *response Response *response

View File

@ -5,8 +5,6 @@ import (
"github.com/labstack/bolt" "github.com/labstack/bolt"
mw "github.com/labstack/bolt/middleware" mw "github.com/labstack/bolt/middleware"
"github.com/rs/cors"
"github.com/thoas/stats"
) )
type user struct { type user struct {