1 2 3 4 5 6 7
package user type User struct { Id int64 `json:"id"` Username string `json:"username"` Karma uint64 `json:"karma"` }