From 5e2c33680482689a82a786adf7d20d7f0ad55cd9 Mon Sep 17 00:00:00 2001 From: farmerx Date: Tue, 22 Jan 2019 09:58:40 +0800 Subject: [PATCH] #fix: fix make fmt error... --- context_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/context_test.go b/context_test.go index 691c121f..3e10b5d7 100644 --- a/context_test.go +++ b/context_test.go @@ -581,7 +581,7 @@ func TestContextPostFormMultipart(t *testing.T) { dicts = c.PostFormMap("nokey") assert.Equal(t, 0, len(dicts)) - + var arrmap []map[string]string arrmap, ok = c.GetPostFormArrayMap("arraymap") assert.True(t, ok)