You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2025. It is now read-only.
OnlineData int `mem: onlinedata` // this field is memory data, also use json
DBData int `db: onlinedata`
}
json.Marshal( &UserProfile{ ... some data }, "mem" ) // use mem tag to marshal
json.Marshal( &UserProfile{ ... some data }, "db" ) // use db tag to marshal
gavbaa, Nyarum, RichardLindhout, kumarsiva07, hieuht817 and 5 more