From 6e4ef6d0b5cd49ca689453cd0eef51636237de14 Mon Sep 17 00:00:00 2001 From: john Date: Wed, 31 Oct 2018 09:15:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9Bgconv.Struct=E8=BD=AC?= =?UTF-8?q?=E6=8D=A2=E9=BB=98=E8=AE=A4=E8=A7=84=E5=88=99=EF=BC=8C=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E4=B8=8D=E5=8C=BA=E5=88=86=E5=A4=A7=E5=B0=8F=E5=86=99?= =?UTF-8?q?=E7=9A=84=E9=94=AE=E5=90=8D=E4=B8=8E=E5=B1=9E=E6=80=A7=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=E5=8C=B9=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- geg/util/gconv/gconv_struct1.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geg/util/gconv/gconv_struct1.go b/geg/util/gconv/gconv_struct1.go index 1b2906560..5481c1599 100644 --- a/geg/util/gconv/gconv_struct1.go +++ b/geg/util/gconv/gconv_struct1.go @@ -22,7 +22,7 @@ func main() { "uid" : 1, "Name" : "john", "PASS1" : "123", - "PASS2" : "456", + "PaSs2" : "456", } if err := gconv.Struct(params1, user); err == nil { fmt.Println(user)