From 22a3022323c149142a536b8426328d7663be10fb Mon Sep 17 00:00:00 2001 From: thinkerou Date: Wed, 8 Aug 2018 07:06:08 +0800 Subject: [PATCH] fix fmt error --- test_helpers.go | 1 - 1 file changed, 1 deletion(-) diff --git a/test_helpers.go b/test_helpers.go index 9a7ee922..3a7a5ddf 100644 --- a/test_helpers.go +++ b/test_helpers.go @@ -14,4 +14,3 @@ func CreateTestContext(w http.ResponseWriter) (c *Context, r *Engine) { c.writermem.reset(w) return } -