diff options
Diffstat (limited to 'src/user/user.go')
| -rw-r--r-- | src/user/user.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/user/user.go b/src/user/user.go index 9845b1b..97fe74c 100644 --- a/src/user/user.go +++ b/src/user/user.go @@ -3,4 +3,5 @@ package user type User struct { Id int64 `json:"id"` Username string `json:"username"` + Karma uint64 `json:"karma"` } |
