From a588eeea2ce64c5e410bb10516c3729173ca3303 Mon Sep 17 00:00:00 2001 From: "liuguoyang@cmcm.com" Date: Fri, 6 Sep 2019 16:57:20 +0800 Subject: [PATCH] fmt --- context.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/context.go b/context.go index 27c6e5a7..70ff26e3 100644 --- a/context.go +++ b/context.go @@ -57,7 +57,7 @@ type Context struct { Keys map[string]interface{} // RWMutex for Keys Set and Get Goroutine safe - m sync.RWMutex + m sync.RWMutex // Errors is a list of errors attached to all the handlers/middlewares who used this context. Errors errorMsgs