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:
parent
9dd28d6da9
commit
690af22072
@ -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
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user