From e849fcd0892e69ada0c0539ece39e57bef2f43b7 Mon Sep 17 00:00:00 2001 From: farmerx Date: Tue, 22 Jan 2019 10:15:07 +0800 Subject: [PATCH] #fix : fix make fmt error --- context_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/context_test.go b/context_test.go index 3e10b5d7..54586538 100644 --- a/context_test.go +++ b/context_test.go @@ -582,6 +582,7 @@ func TestContextPostFormMultipart(t *testing.T) { dicts = c.PostFormMap("nokey") assert.Equal(t, 0, len(dicts)) + // add GetPostFormArrayMap test var arrmap []map[string]string arrmap, ok = c.GetPostFormArrayMap("arraymap") assert.True(t, ok)