From 4db1d0ce36eb96f191e66153be5b0ca3ffb49d41 Mon Sep 17 00:00:00 2001 From: Rohan Shah Date: Sun, 11 Sep 2016 12:16:25 +0530 Subject: [PATCH] gofmt --- context.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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{}