1
0
mirror of https://github.com/labstack/echo.git synced 2024-12-24 20:14:31 +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 (
// Context represents context for the current request. It holds request and
// response references, path parameters, data and registered handlers for
// the route. Context also drives the execution of middleware.
// response references, path parameters, data and registered handler for
// the route.
Context struct {
Request *http.Request
Response *response

View File

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