diff --git a/context.go b/context.go index d28b37e5..227a64b6 100644 --- a/context.go +++ b/context.go @@ -45,11 +45,11 @@ type Context struct { handlers HandlersChain index int8 - engine *Engine - Keys map[string]interface{} - KeysLocker sync.RWMutex - Errors errorMsgs - Accepted []string + engine *Engine + Keys map[string]interface{} + KeysLocker sync.RWMutex + Errors errorMsgs + Accepted []string } var _ context.Context = &Context{}