From 86baa2a96c564efdff4b49d99d53e11b77839ff0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=81=AB=E7=BA=BF=E5=85=94?= Date: Fri, 15 Sep 2023 10:28:50 +0800 Subject: [PATCH] Changes --- binder.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binder.go b/binder.go index e43c3e5..e9ee63e 100644 --- a/binder.go +++ b/binder.go @@ -8,7 +8,7 @@ import ( ) // Map ... -//type Map t.MapStringT +type Map t.MapStringT // Data ... type Data map[string]interface{}