From 03aa3c1633cbc0d3112d111401b5dfbc83e6ffac Mon Sep 17 00:00:00 2001 From: TossPig Date: Sat, 10 Dec 2022 16:23:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D`User`=E7=BB=93=E6=9E=84?= =?UTF-8?q?=E6=97=A0=E6=B3=95json=E5=BA=8F=E5=88=97=E5=8C=96=20(#144)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- user.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user.go b/user.go index 88aff53..e4a512a 100644 --- a/user.go +++ b/user.go @@ -49,7 +49,7 @@ type User struct { MemberList Members - Self *Self + Self *Self `json:"-"` } // implement fmt.Stringer