修复User结构无法json序列化 (#144)

This commit is contained in:
TossPig 2022-12-10 16:23:49 +08:00 committed by GitHub
parent 967e85ad9d
commit 03aa3c1633
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,7 +49,7 @@ type User struct {
MemberList Members
Self *Self
Self *Self `json:"-"`
}
// implement fmt.Stringer