From 1796538c36e6cafb5c7aa768ca0482bd6005cbcf Mon Sep 17 00:00:00 2001 From: akuma06 Date: Tue, 4 Jul 2017 01:23:17 +0200 Subject: [PATCH] typo -_-" --- controllers/template_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/controllers/template_test.go b/controllers/template_test.go index f833b305..485a1879 100644 --- a/controllers/template_test.go +++ b/controllers/template_test.go @@ -110,8 +110,8 @@ func walkDirTest(dir string, t *testing.T) { }, "report.jet.html": func(vars jet.VarMap) jet.VarMap { type form struct { - ID int - CaptchID string + ID int + CaptchaID string } vars.Set("Form", form{1, ""}) return vars