From fcbc7682ffb1a36d99e93651919cf3f1818578ae Mon Sep 17 00:00:00 2001 From: Farmerx <90bibin@gmail.com> Date: Tue, 22 Jan 2019 09:43:58 +0800 Subject: [PATCH] =?UTF-8?q?#fix=EF=BC=9Afix=20fmt=20check=20error?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix fmt check error --- context_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/context_test.go b/context_test.go index d1eb6b41..8645ecb1 100644 --- a/context_test.go +++ b/context_test.go @@ -587,7 +587,6 @@ func TestContextPostFormMultipart(t *testing.T) { assert.Equal(t, "c:/windows/system32/svchost.exe", arrmap[0]["process_path"]) assert.Equal(t, "c78655bc80301d76ed4fef1c1ea40a7d", arrmap[0]["process_md5"]) assert.Equal(t, "svchost.exe", arrmap[0]["process_name"]) - } func TestContextSetCookie(t *testing.T) {